Structures
The following structures are available globally.
-
Information about one of the connectors available in the
ChargingPark.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct ConnectorDetails
-
// 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 : Decodable
-
See more
Important
This is a Public Preview API. It may be changed or removed at any time. The smallest rectangular area within which all the coordinates lie.Declaration
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
-
Declaration
Swift
public struct Geometry -
A collection of information that describes geographical location
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct Address -
Information on how much to charge at a charging station.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct ChargingInformation
-
Represents information about specific place
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
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)
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct MeasurementDecorator<UnitType> where UnitType : Unit
-
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
-
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
-
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
-
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
Structures Reference