GeofencingErrorType

@MapboxExperimental
enum GeofencingErrorType : Enum<GeofencingErrorType>

Geofencing error codes.

Entries

Link copied to clipboard

Generic error.

Link copied to clipboard

Geofencing API object is not available.

Link copied to clipboard

Default radius is too large.

Link copied to clipboard

Maximum amount of monitored features limit has been reached.

Link copied to clipboard

Location Service API is unavailable.

Link copied to clipboard

Location usage is not authorized by the user.

Link copied to clipboard

Location data is inaccurate.

Link copied to clipboard

An error occurred in the device location provider.

Link copied to clipboard

The given feature is already monitored.

Link copied to clipboard

The given feature is not being monitored.

Link copied to clipboard

The given feature is invalid.

Link copied to clipboard

The given geofence observer is already included.

Link copied to clipboard

The given geofence observer is not found.

Link copied to clipboard

The given feature could not be added to the permanent storage.

Functions

Link copied to clipboard
fun getValue(): Int
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
Link copied to clipboard