Zones

data class Zones(val zones: FeatureCollection<Polygon, Zone>) : GofsFeedData(source)

Geographically defines the zones where the on-demand services are available to the riders.

The zones are delineated with a FeatureCollection GeoJSON file. At least one zone must be defined. All zones defined in this file are public information (i.e. all zones can be displayed on a map available to anyone).

Constructors

Link copied to clipboard
constructor(zones: FeatureCollection<Polygon, Zone>)

Properties

Link copied to clipboard
val zones: FeatureCollection<Polygon, Zone>

GeoJSON FeatureCollection containing zone features with polygon geometries.