VMELocationTrackingModeListener

abstract class 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
fun VMELocationTrackingModeListener()

Functions

Link copied to clipboard
open fun mapDidUpdateLocationTrackingMode(locationTrackingMode: VMELocationTrackingMode?)

Notifies the listener that the tracking mode has been updated.