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: Tue, 17 May 2011 13:21:59
Teema: Nutimap Eesti kaardi asemele
Veel uudiseid »

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 12 hours 58 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