How do I remove road names?
Road names dynamically appear on the Mapbox base map depending on the "Transition Level", which controls at which zoom level some Mapbox elements are hidden from the map (e.g. 3D buildings and road names). Read more about "Transition Level" in this Help Center article and in our documentation.
If you want to completely remove road names from your MapsIndoors map when using Mapbox, follow the below instructions:
Wek SDK:
Map Template:
You can also set this parameter via URL when using the Map Template: showRoadNames=false. Read more about URL parameters here.
Swift (iOS):
Last updated