OnPointCallback typedef
A callback function that creates a Marker instance from a point
geometry and GeoJSON object properties.
Implementation
typedef OnPointCallback = Marker Function(
LatLng point, Map<String, dynamic> properties);
A callback function that creates a Marker instance from a point
geometry and GeoJSON object properties.
typedef OnPointCallback = Marker Function(
LatLng point, Map<String, dynamic> properties);