Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add map functionality #18

Draft
wants to merge 7 commits into
base: dev
Choose a base branch
from
Draft

chore: Add map functionality #18

wants to merge 7 commits into from

Conversation

Neha-Rode
Copy link
Contributor

@Neha-Rode Neha-Rode commented Aug 11, 2020

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 the RequestData() widget, which is used in both the RequestDetailsCard() and the RequestDetailsScreen(). 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.

@Neha-Rode Neha-Rode marked this pull request as draft August 11, 2020 07:33
@Neha-Rode Neha-Rode self-assigned this Aug 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Add a static map image to the request details screen
2 participants