Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #15
Created a Google Maps widget that takes an optional parameter
LatLng destination
, which places a marker on the map at the specified location. Also embedded a view of this widget in theRequestData()
widget, which is used in both theRequestDetailsCard()
and theRequestDetailsScreen()
. Also created a location service to request the user to enable their location.While #15 requests a static image of a map, this pull request embeds a live map in the specified screens, but to help with optimization,
liteModeEnabled
is set to true, so the map has limited functionality but can still show the user's active location changing in real time.