문제

I would like to open my Kmz file in Google map. But in My code only kmz file portion area is shown.

How can I show the Kmz file inside the google map with complete preview.

도움이 되었습니까?

해결책

I was thinking about this and the best solution is to parse your KML file or if you have an KMZ you can Unzip it and then parse your XML, this could be a long operation (depends of the size of your file) so you can perform it using an AsyncTaskLoader and display it using a GoogleMap object with markers or whatever you can display on the map.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top