A PHP Error was encountered

Severity: Warning

Message: fopen(/var/lib/php/sessions/ci_sessiond71t10f1i43fs6i1l9s121bk1ob2cdc3): failed to open stream: No space left on device

Filename: drivers/Session_files_driver.php

Line Number: 176

Backtrace:

File: /var/www/interviewmania.com/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: session_start(): Failed to read session data: user (path: /var/lib/php/sessions)

Filename: Session/Session.php

Line Number: 143

Backtrace:

File: /var/www/interviewmania.com/index.php
Line: 315
Function: require_once

Which of the following method will return DOM object that

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.