- cancelCall() - Method in class com.mapbox.core.MapboxService
-
Wrapper method for Retrofits Call.cancel()
call, important to manually cancel call if
the user dismisses the calling activity or no longer needs the returned results.
- checkNotNull(Object, String) - Static method in class com.mapbox.core.internal.Preconditions
-
Checks if the passed in value is not Null.
- cloneCall() - Method in class com.mapbox.core.MapboxService
-
Wrapper method for Retrofits Call.clone()
call, useful for getting call information.
- ColorUtils - Class in com.mapbox.core.utils
-
Utils class for assisting with color transformations and other operations being done on colors.
- com.mapbox.core - package com.mapbox.core
-
Contains common classes and methods shared between all other service modules.
- com.mapbox.core.constants - package com.mapbox.core.constants
-
Contains the core service constant values useful for all other modules.
- com.mapbox.core.exceptions - package com.mapbox.core.exceptions
-
Contains a simple services runtime exception which can be used throughout the project.
- com.mapbox.core.internal - package com.mapbox.core.internal
-
Contains simple precondition checks which can be used throughout the project.
- com.mapbox.core.utils - package com.mapbox.core.utils
-
Contains classes with utilities useful throughout the project.
- Constants - Class in com.mapbox.core.constants
-
Includes common variables used throughout the Mapbox Service modules.