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 »

KML with polygon problem

2 replies [Last post]
mveggia
User offline. Last seen 2 years 18 weeks ago. Offline
Joined: 06/10/2009

When i use a kml local file with polygons, the map screen became very very slow... how can I solve this problem?

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

KML is very inefficient for polygons and larger datasets, especially if you put everything to one file and put it offline. You should use custom format and add polygons to only currently visible area, so you have less than 10 polygons to be shown in a time.

Another option would be to use server-side rendering for your data.

/JaakL