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
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
Your user should now have access to http://www.nutiteq.com/libsdk_source.html . It has last release package.
Thank you very much!
Hello jaak,
Can you tell me how i navigate the map after finding the current location.
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.
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