CompositeRegionOperation
public struct CompositeRegionOperation
Represents an operation on the CompositeRegion.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates an instance of
CompositeRegionOperation.Declaration
Swift
public init(id: CompositeRegionID, operationType: MapOperationType)Parameters
idThe
CompositeRegionIDof the operation.operationTypeThe type of the operation.
-
The
CompositeRegionIDof the operation.Declaration
Swift
public let id: CompositeRegionID -
The type of the operation.
Declaration
Swift
public let operationType: MapOperationType
TomTom SDK for iOS (0.53.1)
CompositeRegionOperation