i am new to Mapkit View .i want to display when i give lat,lang without destination. is it possible to display maps through terrain,satelite view in mapkit?anny tutorial link?i have seen some examples with accessing google map API(html file).is it neccessary?
Or You can set it Programmatically as
mapView.mapType = MKMapTypeSatellite;
if not supported in Swift 3 try this:
map.mapType = MKMapType.satellite;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With