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.The CompositeRegionID
of the operation.
Declaration
Swift
public let id: CompositeRegionID
Creates an instance of CompositeRegionOperation
.
Declaration
Swift
public init(id: CompositeRegionID, operationType: MapOperationType)
Parameters
id
|
The |
operationType
|
The type of the operation. |
The type of the operation.
Declaration
Swift
public let operationType: MapOperationType