Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove country/state names from MKMapview

I want to remove country / state names from MKMapview in iPhone. Means I need only blank map view without any name on it. Is this possible with MKMapview or any other third party maps.

I want to use this functionality with MKMapTypeStandard map type.

like image 905
GurPreet_Singh Avatar asked Oct 20 '25 10:10

GurPreet_Singh


1 Answers

Have a look at MKMapViews property mapType MKMapTypeSatellite. Setting this type you will see a map without any names on it. See the docs: MkMapView Class Reference

Code:

self.map.mapType = MKMapTypeSatellite;
like image 111
pmk Avatar answered Oct 22 '25 04:10

pmk



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!