Sathish
Sathish

Reputation: 1

How to load a KML file into a Esri Map using ArcGIS Runtime .Net SDK (Beta)?

I am developing windows store app using ESRI map. I have installed ArcGIS Runtime SDK (Beta2).

Using that SDK how can I load KML data to the map. The new Beta SDK missing of KMLLayer class.

Thanks in advance.

Upvotes: 0

Views: 396

Answers (2)

user2884081
user2884081

Reputation: 33

The .NET Runtime mentions KMLs but does not give any samples on how to load them.

https://developers.arcgis.com/net/store/guide/maps-and-layers.htm

Other types of specialized layers provide the ability to add a wide range of data and services to a map, for example WMS services and KML.

Upvotes: -1

mbranscomb
mbranscomb

Reputation: 1

The current beta does not include KML support but we plan to add this in a future release.

The ArcGIS Runtime SDK for .NET product is still in beta, therefore please submit your questions and feedback in the beta forum: https://betacommunity.esri.com.

Upvotes: 0

Related Questions