latitude property
The latitude of the location specified in the coordinates object, in decimal degrees.
Syntax
HRESULT value = object.get_latitude(double* p);
Property values
Type: double
An double value indicating the latitude, ranging from -90.0
to 90.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.