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

    Interface GBFSGeofencingZonesV2Properties

    Properties of a geofencing zone

    interface GBFSGeofencingZonesV2Properties {
        end?: string;
        name: string;
        rules?: GBFSGeofencingZonesV2PropertiesRule[];
        start?: string;
    }

    Hierarchy

    • Properties
      • GBFSGeofencingZonesV2Properties
    Index

    Properties

    Properties

    end?: string

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

    name: string

    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