How do i get access the places given by a kml service?
I have used the kmlurlreader with "YOURS". Now i would like to get access to the places, the kmlservices added to the map. So i can see the information about them, like the gps positions.
Because i want to develop at text guide to the routes something like:
Turn left in 50 m.
Turn right in 30 m.
....
You need to take latest library pre-release from www.nutiteq.com/beta/lib (version 1.0.2), and there is method getKmlPlaces(KmlService) for MapComponent. See http://www.nutiteq.com/beta/lib/javadoc/com/nutiteq/BasicMapComponent.html#getKmlPlaces%28com.nutiteq.kml.KmlService%29
/JaakL