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, 3 Apr 2012 23:31:42
Topic: MapXT SDK evaluation
See more news »

JaredMap

2 replies [Last post]
Nole
User offline. Last seen 2 weeks 12 hours ago. Offline
Joined: 03/07/2011

I don't know what is happened, but now mapComponent search for JaredMap tiles files that begin with t and then zoom_x_y. I try 1.1.0 and 1.1.1a SDK version and on both it wants files that start with t.

I am confused because I develop one app with 1.1.0 SDK version and it wanted normal zoom_x_y.png files but now it wants files that start with t. I add t on files and now evrtything is fine. I am talking about J2ME lib. First, SDK wants normal tiles name and then after few months it wants tiles that start with t... Maybe I made some mistake but I am really confused.

I notice that in new Android sample, wich I have in my workspace, tiles for some map start with t(probably because Android don't let you to start files with number). But how android sdk influence on j2me SDK...

AttachmentSize
JaredOpenStreetMap.java2.02 KB
jaak
User offline. Last seen 14 hours 45 min ago. Offline
Joined: 06/19/2008

J2ME and Android SDK share as much as common codebase as possible to reduce management overhead. All map services are same. Android does not allow start with number, so we needed to change Jaredmap implementation on all platforms. You can always use your custom jaredmap with old filenames. I attach default file here, and you can modify buildPath method (remove line 55) to have old behaviour.

/JaakL