EncodedSafetyLocation

class EncodedSafetyLocation(val safetyLocation: SafetyLocation, val openLocationReference: String)

Describes a safety location. It contains a SafetyLocation and its location reference on the map.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
constructor(safetyLocation: SafetyLocation, openLocationReference: String)

Properties

Link copied to clipboard

Location reference in the OpenLR format, base64 encoded.

Link copied to clipboard

Safety location data.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String