CompletedMapOperation

public struct CompletedMapOperation : Equatable

The information about a completed map operation.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • The completed map operation type.

    Declaration

    Swift

    public let operationType: MapOperationType
  • The completed map operation error code.

    Note

    A nil value means the operation completed successfully.

    Declaration

    Swift

    public let error: MapUpdateError?