Select to view content in your preferred language

How to display kml data on a mapView?

674
1
07-02-2017 09:48 AM
BruceLee1
Deactivated User

KmlLayer is not suppoted in ArcGIS runtime java sdk 100, but I want to  know how to display kml data on a mapView. Can you help me to write a sample code for that?

0 Kudos
1 Reply
nita14
by
Frequent Contributor

Hi Bruce,

I should use Java KML library of your choice, for instance GitHub - micromata/javaapiforkml: The objective of the Java API for KML is to provide Java interface... 

Then try to get coordinates and attributes from input file in order to create Graphic Overlays.

Hope this helps,

Adam

0 Kudos