0

Is there a way to load a Google Maps My Places map (Can be created here) into a mapview on android? I think these are the same as "my maps".

I have many maps preloaded there and need to display them in my app.

leedsunited92
  • 582
  • 5
  • 12

1 Answers1

0

You can export the My Places map as KML (there's a link in the UI). There is no default way of adding KML to a MapView, but you could parse the KML and add it as an Overlay.

More info here:

How to use kml file on mapView in Android

Community
  • 1
  • 1
andresf
  • 2,063
  • 1
  • 11
  • 7