Home » HTML » HTML APIs » Question
  1. Which of the following method will return DOM object that contains map?
    1. gettilt()
    2. getCenter()
    3. getProjection()
    4. getDiv()
    5. 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.



Your comments will be displayed only after manual approval.