Multiple choice technology embedded technologies

Which component API is used to navigate between map locations?

  1. MapActivity

  2. MapView

  3. MapController

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In the legacy Google Maps library for Android, the MapController class is specifically designed to control and navigate map locations (such as panning and zooming). MapView displays the map, and MapActivity manages the lifecycle of map views.