Package apple.mapkit.enums
Class MKErrorCode
- java.lang.Object
-
- apple.mapkit.enums.MKErrorCode
-
public final class MKErrorCode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longDecodingFailedstatic longDirectionsNotFoundstatic longLoadingThrottledstatic longPlacemarkNotFoundstatic longServerFailurestatic longUnknown
-
-
-
Field Detail
-
Unknown
public static final long Unknown
- See Also:
- Constant Field Values
-
ServerFailure
public static final long ServerFailure
- See Also:
- Constant Field Values
-
LoadingThrottled
public static final long LoadingThrottled
- See Also:
- Constant Field Values
-
PlacemarkNotFound
public static final long PlacemarkNotFound
- See Also:
- Constant Field Values
-
DirectionsNotFound
public static final long DirectionsNotFound
- See Also:
- Constant Field Values
-
DecodingFailed
public static final long DecodingFailed
- See Also:
- Constant Field Values
-
-