Multiple choice technology embedded technologies Which component API is used to navigate between map locations? MapActivity MapView MapController 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.