How to display kml data on a mapView?

597
1
07-02-2017 09:48 AM
BruceLee1
New Contributor

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
Occasional Contributor III

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