geoform_markers library

Properties

redPaint Paint
final

Functions

defaultMarkerBuilder<U extends GeoformMarkerDatum>({Size size = const Size(18, 18), GeoformMarkerDrawerBuilder<U>? customDraw, GeoformMarkerTapCallback<U>? onTap}) GeoformMarkerBuilder<U>

Typedefs

GeoformMarkerBuilder<U extends GeoformMarkerDatum> = FastMarker Function(U datum)
GeoformMarkerDrawerBuilder<U extends GeoformMarkerDatum> = FastMakerDrawer Function(U datum)
GeoformMarkerTapCallback<U extends GeoformMarkerDatum> = void Function(U datum)