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.
It works! Thanks.
Oh I see. I wonder what is mapLayout. So it is map style id.
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