IWebGeoposition interface

Provides properties that describe geographic location data returned by the IWebGeolocation::getCurrentPosition function and the IWebGeolocation::watchPosition function.

Members

The IWebGeoposition interface inherits from the IDispatch interface. IWebGeoposition also has these types of members:

  • Properties

Properties

The IWebGeoposition interface has these properties.

Property Description

coords

Gets a reference to an IWebGeocoordinates object that contains geographic information returned by the IWebGeolocation::getCurrentPosition or IWebGeolocation::watchPosition functions.

timestamp

Gets the time associated with the geographic information, typically the time the information was received by Internet Explorer.

 

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch