I am using mapbox to show the maps. In the mapbox documentation, it is said to be maximum zoom level is 18. But my requirement is too zoom the map > 18.
I am using below library in the build.gradle
compile ('com.mapbox.mapboxsdk:mapbox-android-sdk:3.2.0@aar') {
transitive = true
}
Can you please help me out from this problem. Thanks in Advance.