TomTomSDKNDSStoreUpdater
-
Represents a cancellable operation. Cancellation may be immediate or simply requested to happen sometime in the future.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public typealias Cancellable = TomTomSDKCommon.Cancellable
-
The information about a completed map operation.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct CompletedMapOperation : Equatable
-
Unique identifier in a given
CompositeRegionhierarchy.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct CompositeRegionID : Hashable, CustomStringConvertible
-
CompositeRegion is a representation of either an update region or an update region set in the NDS map. An update region is the smallest area in the NDS map that can be updated. An update region set contains one or more update regions, or one or more other update region sets.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct CompositeRegion : Hashable -
Hierarchical structure of
CompositeRegions.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct CompositeRegionGraph : Equatable
-
Event that indicates that something regarding
CompositeRegionGraphhas changed.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum CompositeRegionGraphChangeEvent : Equatable
-
Observer for changes to the
CompositeRegions.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public protocol CompositeRegionObserver : Observer -
Represents an operation on the
CompositeRegion.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct CompositeRegionOperation
-
The state information of the
CompositeRegion.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct CompositeRegionState : Equatable -
A data structure that contains the
CompositeRegionStateinformation.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct CompositeRegionStatesData : Equatable
-
A helper class that facilitates the map-management activities on regions in a group-level.
It provides a simplified graph of regions for UI visualization, and various functions to allow performing map operations on these regions.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public final class CompositeRegionsUpdater -
The current operation of the
CompositeRegion.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct CurrentCompositeRegionOperation : Equatable
-
The information about the current map operation.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct CurrentMapOperation : Equatable -
Specified which operation should be performed on which updatable map region.
Note
Operations can only be done on updatable regions.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct MapOperation : Hashable -
Represents an operation that can be performed on an updatable map region.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum MapOperationType -
TomTomMap update error
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum MapUpdateError : CustomStringConvertible, Equatable, Error
-
Implements the update logic of the provided
NDSStore.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public class NDSStoreUpdater : NDSMapUpdater -
Hierarchical map structure. Leaf nodes represent updatable regions.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct RegionGraph : Equatable -
A node in the ‘RegionGraph’. It represents a region in the NDS map. It may be updatable.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct RegionGraphNode : Equatable -
Unique region graph node identifier.
Note
This node identifier maps directly to a region (update region set or update region) in the map so they are not connected to a certain instance ofRegionGraph.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct RegionGraphNodeID : Comparable, Hashable, CustomStringConvertible
-
Type describing installation state of the update region
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum InstallState
-
Type describing updatability of the update region
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum UpdateState
-
The state of a node in the
RegionGraphfor whichRegionGraphNode.isUpdatableRegionis true.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct RegionGraphNodeState : Equatable
-
Event types for
RegionGraphObserver.onRegionGraphChangednotification.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum RegionGraphChangeEvent
-
Protocol for observing changes in
RegionGraph.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public protocol RegionGraphObserver : Observer -
A list of regions along a polyline.
Note
This is a response from aNDSStore/findRegionsAlongPolyline(polyline:radius:callback:)call.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct RegionsAlongPolyline -
A list of regions around a position.
Note
This is a response from aNDSStore/findRegionsAroundPosition(position:radius:callback:)call.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct RegionsAroundPosition
-
The information about an update.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct UpdateInfo : Equatable
TomTom SDK for iOS (0.53.1)
TomTomSDKNDSStoreUpdater