Hello,
I’m trying to load several kml files with more than 2000 placemarks each.
So far I was able to load it using yours modified KmlExtension sample and using custom styles, but I was not able to find a best way to open a popup window when user clicks on one particular point (icon).
I tried using Layer.QueryTools.GetFeaturesWithin inside MapClick event, but without success , because I have too many points close by.
Please advice for a best and efficient solution to find a feature which user clicked on, taking in consideration that I have several layers and many points closed by.
Thanks,
Vicky