MTStyleError

public enum MTStyleError : Error

Represents the exceptions raised by the MTStyle object.

  • Source with the same id already added to the map.

    Declaration

    Swift

    case sourceAlreadyExists
  • Source does not exist in the map.

    Declaration

    Swift

    case sourceNotFound
  • Layer with the same id already added to the map.

    Declaration

    Swift

    case layerAlreadyExists
  • Layer does not exist in the map.

    Declaration

    Swift

    case layerNotFound