How to constantly detect nearby marker locations from current location in Google Maps android?
I am trying to display a TextView at the top left corner of Google Maps that inform users if they are x distances from particular marker point locations, i.e. "You are close to location A", but only display the TextView if within range. If they move out of range, the TextView will disappear. I understand that the Google Places API shows you all the nearby locations, but I only want to show nearby locations of the markers I have on the map if users are x distances close to them. How can I achieve this? Would I still need to use Google Places API? my class .java: private GoogleMap mMap; private