You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can convert coordinates (lattitude, longitude) to place_id's
routing with place_id's allow for more accurate routes e.g. with just coordinates, only routes with nearest road
Figuring out how to use Google Maps Directions API, Google Maps SDK, and any other tools needed to:
Display the map on the HomeFragment
Track user's current location, display it with a marker, and update the user's "currentLocation" field in the Parse Database on an asynchronous thread (or some other way to constantly check their location):
This one's a doozy.
The text was updated successfully, but these errors were encountered: