A B C D G I K M N O P R S T U 
All Classes All Packages

A

addOfflineDownloadStateChangeListener(OfflineDownloadChangeListener) - Method in class com.mapbox.mapboxsdk.plugins.offline.offline.OfflinePlugin
Add a callback that is invoked when the offline download state changes.

B

build() - Method in class com.mapbox.mapboxsdk.plugins.offline.model.NotificationOptions.Builder
 
build() - Method in class com.mapbox.mapboxsdk.plugins.offline.model.OfflineDownloadOptions.Builder
Build a new OfflineDownloadOptions instance using the information and values provided inside this builder class
build() - Method in class com.mapbox.mapboxsdk.plugins.offline.model.RegionSelectionOptions.Builder
Build a new RegionSelectionOptions instance using the information and values provided inside this builder class
build(Activity) - Method in class com.mapbox.mapboxsdk.plugins.offline.OfflineRegionSelector.IntentBuilder
Build a new Intent object which should be used to launch the OfflineActivity.
builder() - Static method in class com.mapbox.mapboxsdk.plugins.offline.model.OfflineDownloadOptions
Used to build a new instance of this class.
builder() - Static method in class com.mapbox.mapboxsdk.plugins.offline.model.RegionSelectionOptions
Used to build a new instance of this class.
builder(Context) - Static method in class com.mapbox.mapboxsdk.plugins.offline.model.NotificationOptions
 
Builder() - Constructor for class com.mapbox.mapboxsdk.plugins.offline.model.NotificationOptions.Builder
 
Builder() - Constructor for class com.mapbox.mapboxsdk.plugins.offline.model.OfflineDownloadOptions.Builder
 
Builder() - Constructor for class com.mapbox.mapboxsdk.plugins.offline.model.RegionSelectionOptions.Builder
 

C

cancelDownload(OfflineDownloadOptions) - Method in class com.mapbox.mapboxsdk.plugins.offline.offline.OfflinePlugin
Cancel an ongoing download.
cancelText() - Method in class com.mapbox.mapboxsdk.plugins.offline.model.NotificationOptions
 
cancelText(String) - Method in class com.mapbox.mapboxsdk.plugins.offline.model.NotificationOptions.Builder
 
ColorUtils - Class in com.mapbox.mapboxsdk.plugins.offline.utils
 
com.mapbox.mapboxsdk.plugins.offline - package com.mapbox.mapboxsdk.plugins.offline
 
com.mapbox.mapboxsdk.plugins.offline.model - package com.mapbox.mapboxsdk.plugins.offline.model
 
com.mapbox.mapboxsdk.plugins.offline.offline - package com.mapbox.mapboxsdk.plugins.offline.offline
 
com.mapbox.mapboxsdk.plugins.offline.ui - package com.mapbox.mapboxsdk.plugins.offline.ui
 
com.mapbox.mapboxsdk.plugins.offline.utils - package com.mapbox.mapboxsdk.plugins.offline.utils
 
contentText() - Method in class com.mapbox.mapboxsdk.plugins.offline.model.NotificationOptions
 
contentText(String) - Method in class com.mapbox.mapboxsdk.plugins.offline.model.NotificationOptions.Builder
 
contentTitle() - Method in class com.mapbox.mapboxsdk.plugins.offline.model.NotificationOptions
 
contentTitle(String) - Method in class com.mapbox.mapboxsdk.plugins.offline.model.NotificationOptions.Builder
 
convertRegionName(byte[]) - Static method in class com.mapbox.mapboxsdk.plugins.offline.utils.OfflineUtils
 
convertRegionName(String) - Static method in class com.mapbox.mapboxsdk.plugins.offline.utils.OfflineUtils
 

D

definition() - Method in class com.mapbox.mapboxsdk.plugins.offline.model.OfflineDownloadOptions
The download definition which is used to actually launch the download inside the service.
definition(OfflineRegionDefinition) - Method in class com.mapbox.mapboxsdk.plugins.offline.model.OfflineDownloadOptions.Builder
The download definition which is used to actually launch the download inside the service.

G

getActiveDownloadForOfflineRegion(OfflineRegion) - Method in class com.mapbox.mapboxsdk.plugins.offline.offline.OfflinePlugin
Get the OfflineDownloadOptions for an offline region, returns null if no download is active for region.
getActiveDownloads() - Method in class com.mapbox.mapboxsdk.plugins.offline.offline.OfflinePlugin
Get the active offline downloads
getCameraPosition(OfflineRegionDefinition) - Static method in class com.mapbox.mapboxsdk.plugins.offline.utils.OfflineUtils
 
getInstance(Context) - Static method in class com.mapbox.mapboxsdk.plugins.offline.offline.OfflinePlugin
Get a single instance of OfflinePlugin
getMaterialColor(Context, int) - Static method in class com.mapbox.mapboxsdk.plugins.offline.utils.ColorUtils
 
getOfflineDownloadOptions(Intent, byte[]) - Static method in class com.mapbox.mapboxsdk.plugins.offline.OfflineRegionSelector
Use this method to take the returning Intent data and construct a OfflineDownloadOptions instance which can be used for starting a new offline region download.
getOfflineDownloadOptions(Intent, NotificationOptions) - Static method in class com.mapbox.mapboxsdk.plugins.offline.OfflineRegionSelector
Use this method to take the returning Intent data and construct a OfflineDownloadOptions instance which can be used for starting a new offline region download.
getOfflineDownloadOptions(Intent, NotificationOptions, byte[]) - Static method in class com.mapbox.mapboxsdk.plugins.offline.OfflineRegionSelector
Use this method to take the returning Intent data and construct a OfflineDownloadOptions instance which can be used for starting a new offline region download.
getOfflineRegionName() - Method in class com.mapbox.mapboxsdk.plugins.offline.ui.RegionSelectionFragment
 
getRegionDefinition(Intent) - Static method in class com.mapbox.mapboxsdk.plugins.offline.OfflineRegionSelector
Returns the OfflineRegionDefinition which was created when the user was inside the OfflineActivity.
getRegionName(Intent) - Static method in class com.mapbox.mapboxsdk.plugins.offline.OfflineRegionSelector
The OfflineActivity class will try to provide a region name which is either the default region naming string or, depending on the map's camera position and where it is positioned over the map.
getReturnActivity() - Method in class com.mapbox.mapboxsdk.plugins.offline.model.NotificationOptions
 
getSelectedCallback() - Method in class com.mapbox.mapboxsdk.plugins.offline.ui.RegionSelectionFragment
 

I

IntentBuilder() - Constructor for class com.mapbox.mapboxsdk.plugins.offline.OfflineRegionSelector.IntentBuilder
Construct a new instance of this builder.

K

KEY_BUNDLE - Static variable in class com.mapbox.mapboxsdk.plugins.offline.offline.OfflineConstants
 

M

metadata() - Method in class com.mapbox.mapboxsdk.plugins.offline.model.OfflineDownloadOptions
Metadata can optionally be added to your offline download region which can contain any additional information you desire.
metadata(byte[]) - Method in class com.mapbox.mapboxsdk.plugins.offline.model.OfflineDownloadOptions.Builder
Metadata can optionally be added to your offline download region which can contain any additional information you desire.

N

newInstance() - Static method in class com.mapbox.mapboxsdk.plugins.offline.ui.RegionSelectionFragment
 
newInstance(RegionSelectionOptions) - Static method in class com.mapbox.mapboxsdk.plugins.offline.ui.RegionSelectionFragment
 
NOTIFICATION_CHANNEL - Static variable in class com.mapbox.mapboxsdk.plugins.offline.offline.OfflineConstants
 
notificationOptions() - Method in class com.mapbox.mapboxsdk.plugins.offline.model.OfflineDownloadOptions
Launching the service requires a notification, using the NotificationOptions class allows you to customize this notification and will be displayed for the offline download region while the service is running in the background.
notificationOptions(NotificationOptions) - Method in class com.mapbox.mapboxsdk.plugins.offline.model.OfflineDownloadOptions.Builder
Launching the service requires a notification, using the NotificationOptions class allows you to customize this notification and will be displayed for the offline download region while the service is running in the background.
NotificationOptions - Class in com.mapbox.mapboxsdk.plugins.offline.model
 
NotificationOptions() - Constructor for class com.mapbox.mapboxsdk.plugins.offline.model.NotificationOptions
 
NotificationOptions.Builder - Class in com.mapbox.mapboxsdk.plugins.offline.model
 
NotificationUtils - Class in com.mapbox.mapboxsdk.plugins.offline.utils
 

O

OfflineActivity - Class in com.mapbox.mapboxsdk.plugins.offline.ui
 
OfflineActivity() - Constructor for class com.mapbox.mapboxsdk.plugins.offline.ui.OfflineActivity
 
OfflineConstants - Class in com.mapbox.mapboxsdk.plugins.offline.offline
 
OfflineDownloadChangeListener - Interface in com.mapbox.mapboxsdk.plugins.offline.offline
 
OfflineDownloadOptions - Class in com.mapbox.mapboxsdk.plugins.offline.model
This model class wraps the offline region definition with notifications options and the offline region metadata.
OfflineDownloadOptions() - Constructor for class com.mapbox.mapboxsdk.plugins.offline.model.OfflineDownloadOptions
 
OfflineDownloadOptions.Builder - Class in com.mapbox.mapboxsdk.plugins.offline.model
The Builder class in charge of constructing this class and setting the values accordingly.
OfflineDownloadService - Class in com.mapbox.mapboxsdk.plugins.offline.offline
Internal usage only, use this service indirectly by using methods found in OfflinePlugin.
OfflineDownloadService() - Constructor for class com.mapbox.mapboxsdk.plugins.offline.offline.OfflineDownloadService
 
OfflineDownloadStateReceiver - Class in com.mapbox.mapboxsdk.plugins.offline.offline
 
OfflineDownloadStateReceiver() - Constructor for class com.mapbox.mapboxsdk.plugins.offline.offline.OfflineDownloadStateReceiver
 
OfflinePlugin - Class in com.mapbox.mapboxsdk.plugins.offline.offline
OfflinePlugin is the main entry point for integrating the offline plugin into your app.
OfflinePluginConstants - Class in com.mapbox.mapboxsdk.plugins.offline
 
OfflineRegionSelector - Class in com.mapbox.mapboxsdk.plugins.offline
While the offline plugin includes a service for optimally launching an offline download session, the plugin also includes UI components which also assist in providing a way for your app users to select the region in which they'd like to download the region they desire.
OfflineRegionSelector.IntentBuilder - Class in com.mapbox.mapboxsdk.plugins.offline
Useful for building an Intent which can be used to launch the OfflineActivity allowing your app user to select a region which they'd like to download.
OfflineUtils - Class in com.mapbox.mapboxsdk.plugins.offline.utils
 
OfflineUtils() - Constructor for class com.mapbox.mapboxsdk.plugins.offline.utils.OfflineUtils
 
onBind(Intent) - Method in class com.mapbox.mapboxsdk.plugins.offline.offline.OfflineDownloadService
 
onCameraIdle() - Method in class com.mapbox.mapboxsdk.plugins.offline.ui.RegionSelectionFragment
 
onCancel() - Method in class com.mapbox.mapboxsdk.plugins.offline.ui.OfflineActivity
 
onCancel() - Method in interface com.mapbox.mapboxsdk.plugins.offline.ui.RegionSelectedCallback
 
onCancel(OfflineDownloadOptions) - Method in interface com.mapbox.mapboxsdk.plugins.offline.offline.OfflineDownloadChangeListener
 
onCreate() - Method in class com.mapbox.mapboxsdk.plugins.offline.offline.OfflineDownloadService
 
onCreate(Bundle) - Method in class com.mapbox.mapboxsdk.plugins.offline.ui.OfflineActivity
 
onCreate(OfflineDownloadOptions) - Method in interface com.mapbox.mapboxsdk.plugins.offline.offline.OfflineDownloadChangeListener
 
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.mapbox.mapboxsdk.plugins.offline.ui.RegionSelectionFragment
 
onDestroy() - Method in class com.mapbox.mapboxsdk.plugins.offline.offline.OfflineDownloadService
 
onDestroyView() - Method in class com.mapbox.mapboxsdk.plugins.offline.ui.RegionSelectionFragment
 
onError(OfflineDownloadOptions, String, String) - Method in interface com.mapbox.mapboxsdk.plugins.offline.offline.OfflineDownloadChangeListener
 
onLowMemory() - Method in class com.mapbox.mapboxsdk.plugins.offline.ui.RegionSelectionFragment
 
onMapReady(MapboxMap) - Method in class com.mapbox.mapboxsdk.plugins.offline.ui.RegionSelectionFragment
 
onPause() - Method in class com.mapbox.mapboxsdk.plugins.offline.ui.RegionSelectionFragment
 
onProgress(OfflineDownloadOptions, int) - Method in interface com.mapbox.mapboxsdk.plugins.offline.offline.OfflineDownloadChangeListener
 
onReceive(Context, Intent) - Method in class com.mapbox.mapboxsdk.plugins.offline.offline.OfflineDownloadStateReceiver
 
onResume() - Method in class com.mapbox.mapboxsdk.plugins.offline.ui.RegionSelectionFragment
 
onSaveInstanceState(Bundle) - Method in class com.mapbox.mapboxsdk.plugins.offline.ui.RegionSelectionFragment
 
onSelected(OfflineRegionDefinition, String) - Method in class com.mapbox.mapboxsdk.plugins.offline.ui.OfflineActivity
 
onSelected(OfflineRegionDefinition, String) - Method in interface com.mapbox.mapboxsdk.plugins.offline.ui.RegionSelectedCallback
 
onStart() - Method in class com.mapbox.mapboxsdk.plugins.offline.ui.RegionSelectionFragment
 
onStartCommand(Intent, int, int) - Method in class com.mapbox.mapboxsdk.plugins.offline.offline.OfflineDownloadService
Called each time a new download is initiated.
onStop() - Method in class com.mapbox.mapboxsdk.plugins.offline.ui.RegionSelectionFragment
 
onSuccess(OfflineDownloadOptions) - Method in interface com.mapbox.mapboxsdk.plugins.offline.offline.OfflineDownloadChangeListener
 
onViewCreated(View, Bundle) - Method in class com.mapbox.mapboxsdk.plugins.offline.ui.RegionSelectionFragment
 

P

progress() - Method in class com.mapbox.mapboxsdk.plugins.offline.model.OfflineDownloadOptions
Current download progress for this specific offline region.
progress(int) - Method in class com.mapbox.mapboxsdk.plugins.offline.model.OfflineDownloadOptions.Builder
Current download progress for this specific offline region.

R

REGION_SELECTION_OPTIONS - Static variable in class com.mapbox.mapboxsdk.plugins.offline.OfflinePluginConstants
 
regionName() - Method in class com.mapbox.mapboxsdk.plugins.offline.model.OfflineDownloadOptions
A convenient method for providing the offline region a name which can then be used later to identify the specific region in the database of offline region tiles.
regionName(String) - Method in class com.mapbox.mapboxsdk.plugins.offline.model.OfflineDownloadOptions.Builder
A convenient method for providing the offline region a name which can then be used later to identify the specific region in the database of offline region tiles.
RegionSelectedCallback - Interface in com.mapbox.mapboxsdk.plugins.offline.ui
 
RegionSelectionFragment - Class in com.mapbox.mapboxsdk.plugins.offline.ui
 
RegionSelectionFragment() - Constructor for class com.mapbox.mapboxsdk.plugins.offline.ui.RegionSelectionFragment
 
regionSelectionOptions(RegionSelectionOptions) - Method in class com.mapbox.mapboxsdk.plugins.offline.OfflineRegionSelector.IntentBuilder
 
RegionSelectionOptions - Class in com.mapbox.mapboxsdk.plugins.offline.model
Options specific to the Region Selection UI component.
RegionSelectionOptions() - Constructor for class com.mapbox.mapboxsdk.plugins.offline.model.RegionSelectionOptions
 
RegionSelectionOptions.Builder - Class in com.mapbox.mapboxsdk.plugins.offline.model
The Builder class in charge of constructing this class and setting the values accordingly.
removeOfflineDownloadStateChangeListener(OfflineDownloadChangeListener) - Method in class com.mapbox.mapboxsdk.plugins.offline.offline.OfflinePlugin
remove a callback that is invoked when the offline download state changes.
requestMapSnapshot() - Method in class com.mapbox.mapboxsdk.plugins.offline.model.NotificationOptions
 
requestMapSnapshot(boolean) - Method in class com.mapbox.mapboxsdk.plugins.offline.model.NotificationOptions.Builder
 
returnActivity(String) - Method in class com.mapbox.mapboxsdk.plugins.offline.model.NotificationOptions.Builder
 
RETURNING_DEFINITION - Static variable in class com.mapbox.mapboxsdk.plugins.offline.offline.OfflineConstants
 
RETURNING_REGION_NAME - Static variable in class com.mapbox.mapboxsdk.plugins.offline.offline.OfflineConstants
 

S

setSelectedCallback(RegionSelectedCallback) - Method in class com.mapbox.mapboxsdk.plugins.offline.ui.RegionSelectionFragment
 
setupNotificationChannel() - Static method in class com.mapbox.mapboxsdk.plugins.offline.utils.NotificationUtils
 
smallIconRes() - Method in class com.mapbox.mapboxsdk.plugins.offline.model.NotificationOptions
 
smallIconRes(int) - Method in class com.mapbox.mapboxsdk.plugins.offline.model.NotificationOptions.Builder
 
startDownload(OfflineDownloadOptions) - Method in class com.mapbox.mapboxsdk.plugins.offline.offline.OfflinePlugin
Start downloading an offline download by providing an options object.
startingBounds() - Method in class com.mapbox.mapboxsdk.plugins.offline.model.RegionSelectionOptions
Define the map's starting camera position by providing a bounding box
startingBounds(LatLngBounds) - Method in class com.mapbox.mapboxsdk.plugins.offline.model.RegionSelectionOptions.Builder
Define the map's starting camera position by providing a bounding box
statingCameraPosition() - Method in class com.mapbox.mapboxsdk.plugins.offline.model.RegionSelectionOptions
Define the map's starting camera position by providing a camera position.
statingCameraPosition(CameraPosition) - Method in class com.mapbox.mapboxsdk.plugins.offline.model.RegionSelectionOptions.Builder
Define the map's starting camera position by providing a camera position.

T

TAG - Static variable in class com.mapbox.mapboxsdk.plugins.offline.ui.RegionSelectionFragment
 
toBuilder() - Method in class com.mapbox.mapboxsdk.plugins.offline.model.OfflineDownloadOptions
A convenient way to build a new instance of this class using all of the same values this current instance has.
toBuilder() - Method in class com.mapbox.mapboxsdk.plugins.offline.model.RegionSelectionOptions
A convenient way to build a new instance of this class using all of the same values this current instance has.
toNotificationBuilder(Context, OfflineDownloadOptions, PendingIntent, NotificationOptions, Intent) - Static method in class com.mapbox.mapboxsdk.plugins.offline.utils.NotificationUtils
 

U

uuid() - Method in class com.mapbox.mapboxsdk.plugins.offline.model.OfflineDownloadOptions
A region id which the service provides so internally identifying a particular region is easier during the download session.
uuid(Long) - Method in class com.mapbox.mapboxsdk.plugins.offline.model.OfflineDownloadOptions.Builder
Internal usage only
A B C D G I K M N O P R S T U 
All Classes All Packages