IconProviderError

public enum IconProviderError : UInt32, CaseIterable, Codable

Error which indicates why an icon could not be retrieved.

  • The provided MapView has been destroyed.

    Declaration

    Swift

    case invalidState
  • For the given combination of parameters there was no entry found in the list of icons.

    Declaration

    Swift

    case iconNotFound
  • There was an error processing the icon.

    Declaration

    Swift

    case iconHandlingFailed