Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hiding ONE particular street name on map

Is it possible in Google Maps API or iOS Mapkit to hide ONE particular street label? I have done a lot of research and could not find a way except to stylize google map to hide all street name labels. I an open to any other free Maps API as long as it can be integrated in xCode/Swift/iOS.

like image 429
Kashif Avatar asked Oct 30 '15 15:10

Kashif


People also ask

What is the best way to render a map without street names?

OSM (online) maps (that are rendered as raster images by applying a map style to the OSM data) So what you are looking for, is a map style without streetnames. You might use for example this online maps: If you just want to make a single image, you might also use offline OSM data and render a small area with a local renderer.

Is there a map style without streetnames?

OSM (online) maps (that are rendered as raster images by applying a map style to the OSM data) So what you are looking for, is a map style without streetnames.

How do I hide features on the map?

Hiding Map Features With Styling. You can use map styling to hide features on the map. Select an option in this example to hide or show business points of interest (POIs) and public transit icons on the map. Read more about styling your map .

How do I hide or show business points of interest?

You can use map styling to hide features on the map. Select an option in this example to hide or show business points of interest (POIs) and public transit icons on the map. Read the documentation. Note: Read the guide on using TypeScript and Google Maps.


1 Answers

If you used a mapping solution based on Open Street Maps (OSM) such as Mapbox, then you could go to the Open Street Maps and edit that street out. Mapbox is nearly a drop in replacement for MapKit.

Of course, you don't mention why you need to remove a street and if you were to edit OSM, it should be for a legitimate reason.

like image 160
picciano Avatar answered Nov 01 '22 05:11

picciano