onMapObjectDrag abstract method

void onMapObjectDrag(
  1. MapObject mapObject,
  2. Point point
)

Raised when the user is moving a finger and the map object follows it.

Implementation

void onMapObjectDrag(mapkit_map_map_object.MapObject mapObject,
    mapkit_geometry_point.Point point);