CurrentMapOperation

public struct CurrentMapOperation : Equatable

The information about the current map operation.

Important

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

    Declaration

    Swift

    public let operationType: MapOperationType
  • Progress of the current map operation in percentage [0-100].

    Note

    A nil value means that operation has not yet started.

    Declaration

    Swift

    public let progress: Int?