VMEBuilding Listener
Interface definition of methods that are invoked when building related event occurs within the map.
Since
1.17
VMEBuildingListener buildingListener = new VMEBuildingListener() {
@Override
public boolean mapDidSelectBuilding(String buildingID, VMEPosition position) {
// ...
return true;
}
};
mMapController.setBuildingListener(buildingListener);
mMapController.loadMapData();Content copied to clipboard