Static Google Map: Is It Possible To Add Text To The Marker
In my Android application , i have placed on ImageView. And I call the below mentioned url to get the static map image (bitmap image). And i placed that bitmap map image into the
Solution 1:
add only one char on lable in static google map, https://maps.googleapis.com/maps/api/staticmap?size=300x300&zoom=getZoom%28%29&markers=color:blue|label:R|23.01181690,72.52326790&key="Your Google Browser Key"
Post a Comment for "Static Google Map: Is It Possible To Add Text To The Marker"