_______ class is a View that displays the actual map.
-
MapView
-
MapActivity
-
MapController
-
LocationOverlay
-
None of above
A
Correct answer
Explanation
MapView is the Android widget class that displays the actual map tiles and provides the visual map surface. MapActivity is the Activity base class for hosting maps, MapController provides programmatic control over the map, and Overlay allows drawing on top of the map. MapView is the correct answer for the View that displays the map.