Hi first thank you for the addon its working good using version 3.
Now I was Trying to add more layers (maps source) like
group1.addComponent(layermap1);
group2.addComponent(layermap2);
group3.addComponent(layermap3);
As a result I have a map with a group of points per layer map working!! using OSM, however now i added a button for action onClick trying to center to a specific object Lmarker (setCenter) on map working OK but also I would like to change the map layer associated to current Lmarker without a way to get working properly.
I was reading that exists some rpc calls on Lmap class but looks like is not implemented.
Please could you advice me a way to move forward, just I wanna to change the layer map from java directly (as a Iḿ using setCenter).
Best Regards,
GC (Willie)