Using the Google Map Data API on Android

I was browsing the Google Maps Data API and I was wondering if I could follow his Java Development Guide to use it on the Android Platform? I want to display routes that I have created on Google Maps on my phone.

Ideally this would be through a MapView, but if I need to do it differently, I could.

Thanks, Rob

EDIT: I feel like my question is probably too open-ended. I don't quite understand how the Google Data API works with Google Maps. Hopefully someone can point me in the right direction, but if anyone thinks this is a bad question, let me know so I can remove it.

+2


a source to share


1 answer


Yes you can, several Android apps use the Map Data API (eg My Tracks). However, you need to parse the KML returned from the map data and then write code to manually add it to the MapView.



+1


a source







All Articles