I would like to pass to my new activity the current city the user is in and display it in google map fragment inside a circle (like the area around the city) however it just adds the marker to the point, is there a way I can accomplish this?
thanks
I would like to pass to my new activity the current city the user is in and display it in google map fragment inside a circle (like the area around the city) however it just adds the marker to the point, is there a way I can accomplish this?
thanks
I don't know if i get your question, but if you want to show a circle (area), there is the "Circle" element: https://developers.google.com/android/reference/com/google/android/gms/maps/model/Circle
Does it answer to your question? If no please provide further details on your needs!