MapDataLoaderErrorCode

public enum MapDataLoaderErrorCode : UInt32, CaseIterable, Codable
extension MapDataLoaderErrorCode : Error

Specifies possible errors from map data accessing.

Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

  • Generic internal error.

    Declaration

    Swift

    case internalError = 1
  • An invalid input parameter.

    Declaration

    Swift

    case invalidParameters