GeofencingZones
data class GeofencingZones(val geofencingZones: FeatureCollection<MultiPolygon, GeofencingZone>) : GbfsFeedData(source)
Describes geofencing zones and their associated rules and attributes.
Geofenced areas are delineated using GeoJSON in accordance with RFC 7946. By default, no restrictions apply everywhere. Geofencing zones SHOULD be modeled according to restrictions rather than allowance.
Properties
Link copied to clipboard
Each geofenced zone and its associated rules and attributes is described as an object within the array of features.