remove borders in mapkit
问题 I'm using Mapkit for an ios application, and i want to remove Borders between countries. I found a javascript code that allows to make it using natively the google maps api: [ { featureType: "administrative.country", stylers: [ { visibility: "off" } ] } ] To do it using mapkit, is there any solution please?? Thank you 回答1: Short answer: No, not really (except you set maptype to MKMapTypeSatellite ). Long answer: There is no public API in MapKit to remove country borders. And I guess It is