Static Google Map: Is it possible to add Text to the Marker

3.8k Views Asked by At

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 imageview. I followed the developer site for displaying the static map. Static Map URL

Edit Added Android tag.

I just want to need my custom text to the markers like instead of G,C,S i want to display "Start","Middle","End".

1

There are 1 best solutions below

0
On

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"