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 »

KML with polygon problem

2 replies [Last post]
mveggia
User offline. Last seen 2 years 33 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 1 day 22 hours 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