» View demos » Downloads
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?
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
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