VMELocationTrackingModeListener

Interface definition of methods that are invoked when location tracking mode related events occur.

Since

1.19

VMELocationTrackingModeListener locationTrackingModeListener = new VMELocationTrackingModeListener() {
@Override
public void mapDidUpdateLocationTrackingMode(VMELocationTrackingMode locationTrackingMode) {
mCurrentTrackingMode = locationTrackingMode;
}
};
mMapController.setLocationTrackingModeListener(locationTrackingModeListener);
mMapController.loadMap();

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard

Notifies the listener that the tracking mode has been updated.