public final class

LocationErrorStatus

extends Object
java.lang.Object
   ↳ com.neomades.location.LocationErrorStatus

Class Overview

Error status thrown when a location request failed.

Summary

Fields
public static final LocationErrorStatus DISABLED The location service was disabled by the user.
public static final LocationErrorStatus TIMEOUT The location search aborted because the timeout was reached.
public static final LocationErrorStatus UNKNOWN The location search failed because of an undetermined reason.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final LocationErrorStatus DISABLED

The location service was disabled by the user.

public static final LocationErrorStatus TIMEOUT

The location search aborted because the timeout was reached.

public static final LocationErrorStatus UNKNOWN

The location search failed because of an undetermined reason.