-
Which of the following method will return DOM object that contains map?
-
- gettilt()
- getCenter()
- getProjection()
- getDiv()
- None of these
Correct Option: D
getDiv() method will return DOM object that contains map. Its return type is node. getCenter() will return lng/lat of center of the map. getTilt() method will return angle of incidence for aerial imagery in degrees. Current position is returned when getProjection() event is fired up.