PositionCallback typedef

PositionCallback = void Function(MapCamera camera, bool hasGesture)

Callback that gets called when the viewport of the map changes.

Implementation

typedef PositionCallback = void Function(MapCamera camera, bool hasGesture);