longitude property
The longitude of the location specified in the coordinates object in decimal degrees.
Syntax
HRESULT value = object.get_longitude(double* p);
Property values
Type: double
An double value indicating the longitude, ranging from -180.0
to 180.0
.
Standards information
- Geolocation API Specification, Section 5.4
Remarks
Windows Internet Explorer 9. This property is supported only for webpages displayed in IE9 Standards mode. For more information, see Defining Document Compatibility.