@UiThread
public final class Mapbox
extends java.lang.Object
Obtain a reference by calling getInstance(Context, String)
. Usually this class is configured in
Application#onCreate() and is responsible for the active access token, application context, and
connectivity state.
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getAccessToken()
Access token for this application.
|
static android.content.Context |
getApplicationContext()
Application context
|
static Mapbox |
getInstance(android.content.Context context,
java.lang.String accessToken)
Get an instance of Mapbox.
|
static com.mapbox.services.android.telemetry.location.LocationEngine |
getLocationEngine()
Returns the location engine used by the SDK.
|
static LocationSource |
getLocationSource()
Deprecated.
Replaced by
getLocationEngine() |
static java.lang.Boolean |
isConnected()
Determines whether we have an internet connection available.
|
static void |
setConnected(java.lang.Boolean connected)
Manually sets the connectivity state of the app.
|
@UiThread public static Mapbox getInstance(@NonNull android.content.Context context, @NonNull java.lang.String accessToken)
This class manages the active access token, application context, and connectivity state.
context
- Android context which holds or is an application contextaccessToken
- Mapbox access tokenpublic static java.lang.String getAccessToken()
public static android.content.Context getApplicationContext()
public static void setConnected(java.lang.Boolean connected)
connected
- flag to determine the connectivity state, true for connected, false for
disconnected, and null for ConnectivityManager to determine.public static java.lang.Boolean isConnected()
@Deprecated public static LocationSource getLocationSource()
getLocationEngine()
public static com.mapbox.services.android.telemetry.location.LocationEngine getLocationEngine()