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 »

How to use OnMapElementListener?

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

Hi, I want to put some places in the map. Then I want when one of the place shows in the center of the map, some label will shows. How to do this?

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

This should happen automatically. You must have Label defined for the place, and cursor set to the center with something like that:

mapComponent.setCursor(new DefaultCursor(0xFFFF0000));

/JaakL