How do I show a marker in Maps launched by geo URI Intent?

后端 未结 7 1650
离开以前
离开以前 2020-11-28 02:47

I have a application where I want to show different locations (one at the time, picked by user input) by launching Google Maps with their specific geo coordinates.

I

相关标签:
7条回答
  • 2020-11-28 03:28

    I have only used Overlays with the MapView for drawing markers on top of a map. If your view is showing your map, it might be possible to simply draw your marker at the centre of the screen, in the same way as you would draw any image on a View.

    However, the marker wouldn't be linked to the actual map coordinates, but if it's just a static view, then this might do.

    0 讨论(0)
提交回复
热议问题