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

    Interface GBFSGeofencingZonesV2PropertiesRule

    GBFS V3: Restrictions that apply within the area of the polygon.

    interface GBFSGeofencingZonesV2PropertiesRule {
        maximum_speed_kph?: number;
        ride_allowed: boolean;
        ride_through_allowed: boolean;
        station_parking?: boolean;
        vehicle_type_id?: string[];
    }

    Hierarchy

    • ValueArrayObject
      • GBFSGeofencingZonesV2PropertiesRule
    Index

    Properties

    maximum_speed_kph?: number

    Maximum speed allowed, in kilometers per hour. Minimum: 0

    ride_allowed: boolean

    Is the undocked ride allowed to start and end in this zone?

    ride_through_allowed: boolean

    Is the ride allowed to travel through this zone?

    station_parking?: boolean

    Vehicle MUST be parked at stations defined in station_information.json within this geofence zone.

    vehicle_type_id?: string[]

    Array of vehicle type IDs for which these restrictions apply.