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 »

Custom Style Cloud Made

2 replies [Last post]
Amri Shodiq
User offline. Last seen 10 weeks 2 days ago. Offline
Joined: 04/03/2010

Hi all,
I use this library in my project. It's cool. Then I tried to use CloudMade's map since I read that we could use custom style map. I have made an account and get API key in CloudMade. And I have made my style also. Unfortunately, I cannot see how to to implement the style. Well, it's just to blend the map with my app's theme. Could this be done with Nutiteq?

If yes, how can I do that. I use the RIM Blackberry SDK.
Thanks in advance.

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

CloudMade has last parameter as custom style. You should put your custom style number there, CloudMade map style editor shows it in right-bottom corner in style browser.

mapComponent.setMap(new CloudMade("YOUR-CLOUDMADE-KEY", 64, 1279));

/JaakL

Amri Shodiq
User offline. Last seen 10 weeks 2 days ago. Offline
Joined: 04/03/2010

It works! Thanks.
Oh I see. I wonder what is mapLayout. So it is map style id.