MapViewBaseMapPickCallback typedef

MapViewBaseMapPickCallback = void Function(MapPickResult? mapPickResult)

Callback for a pick request.

In case of an error the result is not set.

  • mapPickResult The operation result.

Implementation

typedef MapViewBaseMapPickCallback = void Function(MapPickResult? mapPickResult);