The correct option is (c) getDiv()
To elaborate: 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.