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.
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.
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: