Map API

Nutiteq Maps Lib SDK enables developing advanced mobile mapping applications.
Platforms: Android, RIM BlackBerry, Java ME (J2ME)
Download maps API SDK »
Untitled Document

Products

» View demos
» Downloads

Latest news

Last at Tue, 6 Dec 2011 18:37:53
Topic: New BlackBerry sample app
See more news »

how to get places from kml service

2 replies [Last post]
Westkane
User offline. Last seen 1 year 42 weeks ago. Offline
Joined: 09/02/2009

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.
....

jaak
User offline. Last seen 13 hours 20 min ago. Offline
Joined: 06/19/2008

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

Westkane
User offline. Last seen 1 year 42 weeks ago. Offline
Joined: 09/02/2009

Cool thanks