onPoint property
This function receives a marker location and feature properties,
and builds a flutter_map Marker
. See defaultOnPoint for an example.
You can call that function first to process styles, and then adjust
the returned marker.
Implementation
final OnPointCallback? onPoint;