HTML APIs
- Which object shows options for rendering of scale control?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
ScaleControlOptions provide options for rendering of scale control, ScaleControlStyle specifies kind of the scale control to display, RotateControlOptions shows options for rendering of rotate control, ControlPosition specifies placement of controls of map.
- Which object will represent a Marker icon?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
MarkerImage will represent a structure of a Marker icon or shadow image. The shape of the marker is defined by MarkerShape. Options for rendering the marker are shown by MarkerOptions. Marker object simply creates a Marker.
- Which event will be fired when the map changes size?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
resize event will be fired when the map changes the size, zoom_changed event will be fired when map zoom property is changed, tilt_changed event will be fired when map tilt property changes, tilesloaded event will be fired when visible tiles have finished loading.
- Which of the following event will be called when user’s mouse exits map container?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
mouseout event will be called when user’s mouse exits mouse container, mouseover event will be called when the user’s mouse enters map container, mousemove event will be called when user’s mouse moves over the map.
- Which of the following is not the property of Map()?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
There are three properties of map namely mapTypes, controls, overlayMapTypes. MapTypes is a registry of MapType which instances by string ID. Additional controls to attach to map is provided by controls.