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

Uudised

Viimane: Thu, 15 Mar 2012 14:51:08
Teema: Vabad töökohad pakkuda
Veel uudiseid »

Forcing read of KML

3 replies [Last post]
William Whyte
User offline. Last seen 1 year 16 weeks ago. Offline
Joined: 01/12/2011

Is there a way to force the reading of kml without moving the map?
I have a kml files on a server which can be updated at any time so I would like to force the reading of the kml at a regular time interval.

jaak
User offline. Last seen 4 days 19 hours ago. Offline
Joined: 06/19/2008

What is the frequency. You can remove and re-add the service. In addition to reading the next issue would be be dynamic screen update. Usually this kind of more complex functionality needs special handling, cannot be done just with KML.

/JaakL

William Whyte
User offline. Last seen 1 year 16 weeks ago. Offline
Joined: 01/12/2011

I would be re-reading the kml every couple of minutes. I have it working by removing the service and re-adding it but was just wondering if there was a better way. I just have to decide if the period where the icons disappears is acceptable

ifds
User offline. Last seen 23 weeks 3 days ago. Offline
Joined: 09/23/2011

Also wondering about this. Removing and readding the service seems kludgy and makes the markers disappear for a time.