Google News
logo
IOS - Interview Questions
What is MapView in iOS?
The MapView is the object that can display an embeddable map interface in the iOS applications. It is similar to the one that is provided by the Maps applications. It is an instance of the MKMapView class, which inherits the UIView class.
class MKMapView : UIView 
Advertisement