iOS7 Map Kit remove default location icons
问题 I am wondering if it's possible to remove all the default icons from the map kit . I did a lot of researches and tried a couple of different ways. Couldn't find any way to do this. Don't know if anybody can help us out. 回答1: It won't get rid of all those icons (I think the road markings will stay) but you can use the iOS 7 MKMapView property showsPointsOfInterest , setting it to NO to remove shops and other icons. [myMapView setShowsPointsOfInterest:NO] From the docs: When this property is