Map View Listener
MapViewListener object
Inheritors
Properties
Functions
True if keeps a reference to a C++ SDK object False if keeps a C++ SDK object
Raw unprocessed detection of all pointers up from screen. Action where the last pointer goes up and no pointers are left on the screen.
This is called by the map service when the cursor is over a set of view components ( landmarks, markers, streets, vectors ). Current cursor selection can be obtained via MapView.cursorSelection... methods.
This is called by the map view when the cursor is over a set of landmarks
This is called by the map view when the cursor is over a scene object
This is called by the map view when the cursor is over a set of markers
This is called by the map view when the cursor is over a set of overlay items
This is called by the map view when the cursor is over a path
This is called by the map view when the cursor is over a set of routes
This is called by the map view when the cursor is over a set of traffic events
Single pointer double touch event. A double touch event is defined as two consecutive touches within a preset time duration in milliseconds, and distance between the two touches has to be less than a preset distance in millimeters.
This is called by the map view when it enters in following position mode
This is called by the map view when camera entered manually adjusted following position
This is called by the map view when it exits the following position mode
This is called by the map view when camera exited manually adjusted following position
This is called by the map view when a map label hovering was enabled
This is called by the map view when a map label hovering was enabled
This is called by the map view when a map label hovering was enabled
Single pointer long touch event. A long touch event is defined as a pointer down longer than a preset time in milliseconds and then pointer up, and pointer movement has to be less than a preset distance in millimeters.
Map angle changed notification
Map style changed notification
Two pointer rotating and zooming, or just zooming, swipe event.
Touch handler events listener Raw unprocessed pointer down started - used to determine when one of the other processed actions start. Set pointer down flag indicating that action started! The flag is cleared by the actual action, such as OnPinch, when it starts.
Raw unprocessed pointer move
Raw unprocessed pointer up
Single pointer touch move event. Touch move mode is enabled by performing a pointer touch immediately followed by a pointer down in same screen area, and then move.
Two pointers touch pinch event. Two fingers touch mode is enabled by performing a single pointer touch immediately followed by two pointers down, with one of the pointers close to the previous touch.
Two pointers double touch event. A two pointers double touch event is defined as two consecutive two-pointer touches from which the pointer ups are within a preset time in milliseconds.
Two pointers touch event. A two pointers touch event is defined as two simultaneous touches from which the pointer ups are within a preset time in milliseconds.
Notifies that canvas was resized because of the screen resize
Called by the View before rendering is started
Called by the View after rendering is finished.