OnMapClickListener typedef

OnMapClickListener = void Function(MPPoint point, List<MPLocation>? locations)

Listener that is invoked when the map is clicked

Implementation

typedef OnMapClickListener = void Function(
    MPPoint point, List<MPLocation>? locations);