geo_widget/geo_geofence_base library

Classes

GeoGeofenceBase
Abstract base class for all map geofence widgets.

Typedefs

OnGeofenceTap = void Function(String geofenceId)
Callback type for when a geofence is tapped.
OnMapLongPress = void Function(GeoPoint location)
Callback type for when the map is long pressed.
OnMapTap = void Function(GeoPoint location)
Callback type for when the map is tapped.