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);
Callback for a pick request.
In case of an error the result is not set.
mapPickResult The operation result.typedef MapViewBaseMapPickCallback = void Function(MapPickResult? mapPickResult);