Multiple choice technology

What is the main class that support the MAP

  1. MKMapView

  2. UIMapView

  3. MKUIMapView

  4. none

Reveal answer Fill a bubble to check yourself
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.