Commit 1725e422 authored by András Wippelhauser's avatar András Wippelhauser
Browse files

Add orientation to the parking spaces

parent ab26d664
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -123,6 +123,8 @@ ParkingSpaceIntentIndication ::= SEQUENCE {
 *
 * @field size: The size dimensions of the parking space, including width and length measurements.
 * 
 * @field orientation: The orientation of the parking space.
 *
 * @field externalParkingSpaceIds: Represents links to external systems, e.g., to electric vehicle charging stations.
 *
 * @category:
@@ -133,6 +135,7 @@ IndividualParkingSpace ::= SEQUENCE {
    position                GeoPosition,
    attributes              ParkingSpaceAttributes,
    size                    ParkingSpaceSize OPTIONAL,
    orientation             Wgs84Angle OPTIONAL,
    externalParkingSpaceIds ExternalParkingSpaceIdentifiers OPTIONAL,
    ...
}
@@ -239,6 +242,8 @@ ParkingSegments ::= SEQUENCE SIZE(1..32, ...) OF ParkingSegment
 *
 * @field size: The size dimensions of the parking space, including width and length measurements.gs)
 *
 * @field orientation: The orientation of the parking space.
 *
 * @category:
 * @revision: Created in V2.1.1
 */
@@ -248,6 +253,7 @@ ParkingSegment ::= SEQUENCE {
    offsetToPath            StandardLength1B OPTIONAL,
    attributes              ParkingSpaceAttributes,
    size                    ParkingSpaceSize OPTIONAL,
    orientation             Wgs84Angle OPTIONAL,
    ...
}