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

    Interface GBFSGeofencingZonesV3PropertiesRule

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

    interface GBFSGeofencingZonesV3PropertiesRule {
        maximum_speed_kph?: number;
        ride_end_allowed: boolean;
        ride_start_allowed: boolean;
        ride_through_allowed: boolean;
        station_parking?: boolean;
        vehicle_type_ids?: string[];
    }

    Hierarchy

    • ValueArrayObject
      • GBFSGeofencingZonesV3PropertiesRule
    Index

    Properties

    maximum_speed_kph?: number

    Maximum speed allowed, in kilometers per hour. minimum 0

    ride_end_allowed: boolean

    Is the ride allowed to end in this zone?

    ride_start_allowed: boolean

    Is the ride allowed to start 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 zone.

    vehicle_type_ids?: string[]

    Array of vehicle type IDs for which these restrictions apply.