withSourceMaxZoom

open fun withSourceMaxZoom(sourceMaxZoom: Int): NavigationMapRoute.Builder

Maximum zoom level at which to route line tiles are created and over-zoomed otherwise(higher means greater detail at high zoom levels).Defaults to 16.

Return

the builder

See also

com.mapbox.mapboxsdk.style.sources.GeoJsonOptions

com.mapbox.mapboxsdk.style.sources.GeoJsonOptions#withMaxZoom(int)