How to use kml file on mapView in Android

后端 未结 1 461
囚心锁ツ
囚心锁ツ 2021-01-16 00:57

I was wondering how to load an already created kml file into the mapview programatically? The kml file is stored in the SDcard. I have a mapActivity already set up. Do I j

相关标签:
1条回答
  • 2021-01-16 01:29

    You could parse the KML file using something like a SAXParser and get the coordinates for your way-points.

    Then, you could draw them on the MapActivity: Link

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