Home > Web Development > Quizzes > Google Maps (API and development) Fundamentals Test
Google Maps (API and development) Fundamentals Test
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 0% Most missed: “Which object should you use to specify that you want to add controls to a map?”
Google Maps (API and development) Fundamentals Test
Time left 00:00
25 Questions

1. Which of the following is not a built-in control that can be used on a map?
2. What property of MarkerOptions allows you to set a custom image for a marker?
3. Which map pane should you add an OverlayView to if you want it to respond to click events?
4. True or False: Direction results from Toronto - Ontario to Milwaukee - Wisconsin will be displayed in miles by default.
5. Which of the following will call the testFunction function when the div named testDiv is clicked?
6. Which object should you use to specify that you want to add controls to a map?
7. How can you retrieve an array of markers that have been added to the map?
8. What property of MarkerOptions determines where a marker is placed on the map?
9. What function sets the HTML contained in an InfoWindow?
10. What is the default map type?
11. What overlay object can be used to contain information HTML content?
12. What is the namespace on which event listeners must be registered to listen for Google Maps API events?
13. What overlay object would you use to draw an enclosed shape on the map given an array of LatLng objects?
14. What function do you call to make the map contain specific bounds.
15. Which of the following is not a valid ControlPosition?
16. Street View provides a panoramic view of:
17. Which of the following is not a common MapType?
18. True or False: When using the JavaScript Google Maps API - the MapType control appears by default on the map.
19. Which object is the most atomic unit of the route returned in response to a directions request?
20. The Google Maps API for which of the following platforms is deprecated?
21. How would you call the function testFunction only the first time the map is loaded?
22. Which of the following functions can change the zoom level of the map.
23. Which class is used to display text or images in a popup window attached to a marker?
24. Which of the following events are fired after the zoom has changed on the map?
25. How do you add a click event listener to a google map?