I want to put information window on marker with one arrow button and text which used to get click in Google Maps Android API v2.
Asked
Active
Viewed 474 times
-2
-
possible duplicate of [What is the simplest and most robust way to get the user's current location in Android?](http://stackoverflow.com/questions/3145089/what-is-the-simplest-and-most-robust-way-to-get-the-users-current-location-in-a) – AlexVogel Jul 25 '13 at 10:07
1 Answers
1
If you are using Google Maps SDK for Android you can use GoogleMaps.setMyLocationEnabled(true)
to show your location permanently on the map.
Please see at SDK Reference for more infos or read this question.
-
I don't want to put my location but any address that is permanent. So, this is not about my location. refer link for example. Thanks – Mitul Goti Jul 31 '13 at 06:07