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
id
The
CompositeRegionID
of the operation.operationType
The type of the operation.
-
The
CompositeRegionID
of the operation.Declaration
Swift
public let id: CompositeRegionID
-
The type of the operation.
Declaration
Swift
public let operationType: MapOperationType