HTML APIs
- Which of the following specifies the time when location information was retrieved?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
timestamp specifies the time when location information was retrieved and the position object created. cords.speed specifies device’s current ground speed in meters per second, cords.heading specifies the device’s current direction of movement in degrees.
- The code marker option does not create ______.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
map object when the marker should appear, position is latlng position at which the marker should be displayed, title that should appear when we hover on the marker.
- Which of the following is a global identifier for the item?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
itemid attribute is a global identifier for the item, itemprop attribute defines a property of the item, itemref gives a list of additional elements to crawl to find name-value pairs of the item, itemtype is a valid URL that defines the item.
- Which of the following is not a map display option?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
zoom, center, mapTypeId are the three map display options. Zoom specifies the zoom level, center specifies that the map should be centered at the user location, mapTypeId can be satellite, roadmap or hybrid.
- Which of the following is not a directory in Linux for plug-ins?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
Profile directory/plugins, /usr/lib64/Mozilla/plugins, /usr/lib/Mozilla/plugins, ~/.mozilla/plugins are some of the directories in Linux for using plug-ins. /usr/lib64/firefox/plugins is for 64-bit Firefox.