MapViewBaseMapPickCallback typedef - mapview library - Dart API
MapViewBaseMapPickCallback
MapViewBaseMapPickCallback typedef
Callback for a pick request.
In case of an error the result is not set.
mapPickResultThe operation result.
Implementation
typedef MapViewBaseMapPickCallback = void Function(MapPickResult? mapPickResult);