See: Description
| Exception | Description |
|---|---|
| ConversionException |
A ConversionException is thrown when a conversion failed to execute.
|
| 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 Mapbox.getInstance(Context, String) |
| InvalidLatLngBoundsException |
A InvalidLatLngBoundsException is thrown by
LatLngBounds
when there aren't enough LatLng to create a bounds. |
| InvalidMarkerPositionException |
A InvalidMarkerPositionException is thrown when a Marker object is created with an invalid LatLng position.
|
| TooManyIconsException |
A
TooManyIconsException is thrown by IconFactory when it
cannot create a Icon because there are already too many icons created. |