Google static map: is it possible to add text to the marker

In my Android app, I posted an ImageView. And I call the URL below to get a static map image (bitmap). And I put this raster map image into the image. I visited the developer's site to display a static map. Static Map URL

Edit Added Android tag.

I just want to use my own text for markers like instead of G, C, S, I want to display " Start", " Middle", " End".

+2
source share
1 answer

char lable google, https://maps.googleapis.com/maps/api/staticmap?size=300x300&zoom=getZoom%28%29&markers=color:blue| label: R | 23.01181690,72.52326790 & key = " Google"

0

Source: https://habr.com/ru/post/1541565/


All Articles