What is the main class that support the MAP
-
MKMapView
-
UIMapView
-
MKUIMapView
-
none
A
Correct answer
Explanation
MKMapView is the core class in MapKit framework for displaying embedded maps in iOS applications. It handles map rendering, user interactions, and annotations. UIMapView and MKUIMapView are not standard iOS classes.