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 »

KML Label on elementEntered

6 replies [Last post]
alfred.sawatzky
User offline. Last seen 51 weeks 5 days ago. Offline
Joined: 02/09/2011

I have added a KMLService to my map. When I move the cursor over one of the KML points, a label automatically appears on the map. The way my KML document is structured, the Label information is not very user-friendly. I would like to either:
a) change the way the Label for that OnMapElement is generated; or
b) disable the label from showing up at all as a result of elementEntered().

Can you give me some suggestions about how to accomplish either of these two requirements?

Regards,

Alfred

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

I'm afraid you'd need to implement own KML parser for this. Then you can do any customizations. We can provide existing source to make it easier for you, or make the customization (as a service).

/JaakL

alfred.sawatzky
User offline. Last seen 51 weeks 5 days ago. Offline
Joined: 02/09/2011

Hello Jaak,

I would like to try implementing our own KML parser. What do we need to do to get that source code?

Regards,

Alfred

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

Your user should now have access to http://www.nutiteq.com/libsdk_source.html . It has last release package.

/JaakL

alfred.sawatzky
User offline. Last seen 51 weeks 5 days ago. Offline
Joined: 02/09/2011

Thank you very much!

zakirhussain49
User offline. Last seen 2 weeks 2 days ago. Offline
Joined: 01/02/2012

Hello jaak,

Can you tell me how i navigate the map after finding the current location.

Thanks & Regards
Zakir Hussain

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

Please post questions as separate post, not as answer to unrelated question. Map center can be set with mapComponent.setMiddlePoint() method, if you mean this.

/JaakL