See: Description
| Exception | Description |
|---|---|
| ConversionException |
Thrown on conversion errors
|
| IconBitmapChangedException | |
| InvalidAccessTokenException |
A
InvalidAccessTokenException is thrown by MapboxMap when there is either no access
token set before MapView.onCreate(Bundle) or an invalid access token is set in MapView.setAccessToken(String) |
| InvalidLatLngBoundsException |
A InvalidLatLngBoundsException is thrown by
LatLngBounds
when there aren't enough LatLng to create a bounds. |
| InvalidMarkerPositionException | |
| MapboxAccountManagerNotStartedException |
A MapboxAccountManagerNotStartedException is thrown by
MapView
when MapboxAccountManager is not started before MapView.onCreate(Bundle). |
| TelemetryServiceNotConfiguredException |
A
TelemetryServiceNotConfiguredException is thrown by MapView when it checks and finds that
TelemetryService has not been configured in the app's AndroidManifest.xml MapView.onCreate(Bundle) |
| TooManyIconsException |
A
TooManyIconsException is thrown by IconFactory when it
cannot create a Icon because there are already too many icons created. |