MapOperation
public struct MapOperation : Hashable
Specified which operation should be performed on which updatable map region.
Note
Operations can only be done on updatable regions.Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates an instance of
MapOperationDeclaration
Swift
public init(type: MapOperationType, nodeID: RegionGraphNodeID)Parameters
typeType of operation to perform
nodeIDNode identification on which operation is to be performed
-
Type of operation to perform
Declaration
Swift
public let type: MapOperationType -
Node identification on which operation is to be performed
Declaration
Swift
public let nodeID: RegionGraphNodeID
TomTom SDK for iOS (0.53.1)
MapOperation