onMapObjectDragStart abstract method

void onMapObjectDragStart(
  1. MapObject mapObject
)

Raised when dragging mode is active for the given map object.

Implementation

void onMapObjectDragStart(mapkit_map_map_object.MapObject mapObject);