gis-tools-ts - v0.6.0
    Preparing search index...

    Interface GBFSGeofencingZonesV3Properties

    Properties of a geofencing zone

    interface GBFSGeofencingZonesV3Properties {
        end?: string;
        name: GBFSGeofencingZonesV3PropertiesName[];
        rules?: GBFSGeofencingZonesV3PropertiesRule[];
        start?: string;
    }

    Hierarchy

    • Properties
      • GBFSGeofencingZonesV3Properties
    Index

    Properties

    Properties

    end?: string

    End time of the geofencing zone in RFC3339 format. format date-time

    Public name of the geofencing zone.

    Array of rules defining restrictions within the geofence.

    start?: string

    Start time of the geofencing zone in RFC3339 format. format date-time