MapOperationType

public enum MapOperationType

Represents an operation that can be performed on an updatable map region.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Brings a map region to the latest version. This includes installing the region, if required.

    Declaration

    Swift

    case installAndUpdate
  • Uninstall a map region.

    Declaration

    Swift

    case uninstall