Other Structures
The following structures are available globally.
-
Uniquely identifies a route.
Route tags are generated locally using UUIDs. Use
See moreRouteTag.generate(...)to create a new unique route tag.Declaration
Swift
public struct RouteTag : Hashable -
Explains an issue encountered during indoor route calculation.
See moreDeclaration
Swift
public struct IndoorRouteNotice : Hashable -
Detailed description entry for an indoor route notice.
See moreDeclaration
Swift
public struct IndoorRouteNoticeDetails : Hashable -
Contains venue car specific settings.
See moreDeclaration
Swift
public struct VenueCarSpecification : Hashable -
Venue pedestrian specific settings.
See moreDeclaration
Swift
public struct VenuePedestrianSpecification : Hashable -
Contains venue scooter specific settings.
See moreDeclaration
Swift
public struct VenueScooterSpecification : Hashable -
Contains venue taxi specific settings.
See moreDeclaration
Swift
public struct VenueTaxiSpecification : Hashable -
Contains transport attributes details related to the venue transport mode. Notes
- By default all vehicle specifications from
IndoorRouteOptions.venue_transport_specificationare set tonil. - The transport mode is determined by
IndoorRouteOptions.transportMode. - An indoor route can be calculated with only the
IndoorRouteOptions.transportModeset.
Declaration
Swift
public struct VenueTransportSpecification : Hashable - By default all vehicle specifications from
-
Represents the nearby place at the charging location. Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.
See moreDeclaration
Swift
public struct NearbyPlace : Hashable
Other Structures Reference