| Interface and Description |
|---|
| com.mapbox.mapboxsdk.maps.MapboxMap.OnCameraChangeListener
Replaced by MapboxMap.OnCameraMoveStartedListener, MapboxMap.OnCameraMoveListener and
MapboxMap.OnCameraIdleListener. The order in which the deprecated onCameraChange method will be called in relation
to the methods in the new camera change listeners is undefined.
|
| Method and Description |
|---|
| com.mapbox.mapboxsdk.maps.MapboxMapOptions.getTextureMode()
As of the 4.2.0 release, using TextureView is deprecated.
|
| com.mapbox.mapboxsdk.maps.MapboxMap.setOnCameraChangeListener(MapboxMap.OnCameraChangeListener) |
| com.mapbox.mapboxsdk.maps.MapboxMapOptions.textureMode(boolean)
As of the 4.2.0 release, using TextureView is deprecated.
|