Multiple choice technology platforms and products

__________let you add graphical layers over a MapView.

  1. Bitmap

  2. Overlay

  3. Canvas

  4. None of above

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

Overlays in Android Maps API allow you to draw graphical layers on top of a MapView. You can create custom overlays by extending the Overlay class to display items like markers, shapes, routes, or other visual elements. The MyLocationOverlay is a specific built-in overlay for showing device position.