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".
source
share