IWebGeocoordinates interface

Provides properties that describe geographic coordinates and other aspects of a geographic location, generally the location of the device running Windows Internet Explorer.

Members

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

  • Properties

Properties

The IWebGeocoordinates interface has these properties.

Property Description

accuracy

Gets the accuracy of the IWebGeocoordinates::latitude and IWebGeocoordinates::longitude properties, in meters.

altitude

Specifies the altitude, in meters, of the coordinates object.

altitudeAccuracy

Accuracy of the IWebGeocoordinates::altitude property, in meters.

heading

Specifies a direction of travel, in degrees.

latitude

The latitude of the location specified in the coordinates object, in decimal degrees.

longitude

The longitude of the location specified in the coordinates object in decimal degrees.

speed

Current ground speed of the device running Internet Explorer, specified in meters per second.

 

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