VisioMove Essential (Android)  1.27.6
VMEBuildingListener Class Referenceabstract

Description

Interface definition of methods that are invoked when building related event occurs within the map.

VMEBuildingListener buildingListener = new VMEBuildingListener() {
@Override
public boolean mapDidSelectBuilding(VMEMapView mapView, String buildingID, VMEPosition position) {
// ...
return true;
}
};
mapView.setBuildingListener(buildingListener);
mapView.loadMap();
Version
1.17

Public Member Functions

boolean mapDidSelectBuilding (VMEMapView mapView, String buildingID, VMEPosition position)
 Notifies the listener that a building has been selected. More...
 
© 2022 Copyright Visioglobe, All Rights Reserved. View our Privacy Policy