Structures
The following structures are available globally.
-
Information about one of the connectors available in the
See moreChargingPark.Declaration
Swift
public struct ConnectorDetails
-
Common protocol for every geometry type. Generic geometry type.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct GeoJSON<T>
-
An array of geometries.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct GeometryCollection
-
GeoJSONPosition
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct GeoJSONPosition
-
The smallest rectangular area within which all the coordinates lie.
See moreDeclaration
Swift
public struct BoundingBox : Equatable, Hashable
-
GeoJSON represeted by
GeometryDataSee moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct GeometryData
-
Declaration
Swift
public struct Feature
-
Represents information about specific place
See moreDeclaration
Swift
public struct Place : Equatable -
Extending standard structures like
Measurementwith properties likevar metersis convenient:- it allows to avoid extracting value without conversion
- it simplifies getting value from an optional
MeasurementBut it is also risky because these extensions might conflict with extensions from other libs or Apple. This decorator mitigates the risk of conflicts while providing a short, readable code. Typical use cases are: let optionalDistanceInMeters = distance?.tt.meterscumulativeDistance += anotherDistance.ttif delay < .tt.seconds(5) {}let intValue = distance.tt.intValue(in: .meters)
Declaration
Swift
public struct MeasurementDecorator<UnitType> where UnitType : Unit
-
Indicates the cause of a traffic event.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct Cause
-
Representation of a traffic event. Traffic events represent unusual situations on the road, like traffic congestion, accidents or road works.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct TrafficEvent
-
Wrapper to provide equatable conformance to Apple objects inside of SDK
See moreDeclaration
Swift
@propertyWrapper public struct EquatableWrapper<T> : Equatable
-
Specifies the ratio by which energy is converted for altitude changes.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct AltitudeChangeEfficiency : Equatable, Hashable
-
Specifies the energy that is gained or lost by altitude changes.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct AltitudeChangeEnergy : Equatable, Hashable
-
Describes capacity and current charge of the EV.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct ChargeLevel
-
A vehicle of type truck.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct Truck : Vehicle, Motorized, CargoCapable
-
Describes dimensions of the vehicle.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct VehicleDimensions
-
Specifies the ratio by which energy is converted during velocity changes.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct VelocityChangeEfficiency : Equatable, Hashable
Structures Reference