VMELife Cycle Listener
Interface definition of methods that are invoked when life cycle events occur
Since
1.12
VMELifeCycleListener lifeCycleListener = new VMELifeCycleListener() {
@Override
public void mapDidLoad() {
// ...
}
};
mMapController.setLifecycleListener(lifeCycleListener);
mMapController.loadMapData();
Content copied to clipboard
Constructors
Functions
Link copied to clipboard
Invoked when the map data has been loaded by the 3D Engine
Link copied to clipboard
Invoked when the poi info is displayed above the map
Link copied to clipboard
Invoked when a route is displayed within the map
Link copied to clipboard
Invoked when the route setup view is displayed above the map
Link copied to clipboard
Invoked when the search view is displayed above the map
Link copied to clipboard
Invoked when the map has returned to normal focus. Normal focus indicates that no other views appear above the map.
Link copied to clipboard
Invoked when the map view has been loaded and is ready to gain focus