HTML APIs
- Which of the following event will be fired when a user drags the map?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
The drag event will be fired repeatedly while the user drags the map. When the user stops dragging the map dragend event will be fired, dragstart event will be fired when a user starts dragging the map.
- 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 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 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 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.