-
Which one of the following defines properties for the map?
-
- center
- mapOptions
- mapTypeId
- zoom
- None of these
Correct Option: B
The variable mapOptions defines the properties of the map. Where to center the map is defined by center property, it uses longitude and latitude properties. To specify the zoom level for the map we use zoom property.