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

    Interface GBFSGeofencingZonesV22

    GBFS Geofencing Zones V2.2

    Describes geofencing zones and their associated rules and attributes (added in v2.1-RC).

    interface GBFSGeofencingZonesV22 {
        data: {
            geofencing_zones: FeatureCollection<
                undefined,
                Properties,
                GBFSGeofencingZonesV2Properties,
            >;
        };
        last_updated: number;
        ttl: number;
        version: "2.2";
    }
    Index

    Properties

    data: {
        geofencing_zones: FeatureCollection<
            undefined,
            Properties,
            GBFSGeofencingZonesV2Properties,
        >;
    }

    Contains geofencing information for the system.

    last_updated: number

    Last time the data in the feed was updated in POSIX time. Minimum: 1450155600

    ttl: number

    Number of seconds before the data in the feed will be updated again (0 if the data should always be refreshed). Minimum: 0

    version: "2.2"

    GBFS version number to which the feed conforms, according to the versioning framework. Const: 2.2