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: Tue, 17 May 2011 13:21:59
Teema: Nutimap Eesti kaardi asemele
Veel uudiseid »

Displaying KML

1 reply [Last post]
iyishla.campbell
User offline. Last seen 1 year 21 weeks ago. Offline
Joined: 01/16/2010

I am trying to display a KML stream from a URL, however only some (5 to be exact) of the points in the KML are being displayed on the device.

Any thoughts?

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

It should show 10, if you use KmlUrlReader(url,needsUpdateAfterRead) constructor. You can change number of max elements it by using KmlUrlReader(url,maxElements, needsUpdateAfterRead). Can you send the KML and command you are using?

/JaakL