VELatLong Class
You are not viewing the latest version of the AJAX control. Bing Maps AJAX V7 is the recommended JavaScript control for Bing Maps. If you need this documentation, it is available in as a CHM or PDF download.
Contains the latitude and longitude of a single point on the globe.
Constructor
Name | Description | ||
---|---|---|---|
Initializes a new instance of the VELatLong object. |
Public Methods
Name | Description | ||
---|---|---|---|
Specifies the altitude for a point on the globe. |
Public Properties
Name | Description | ||
---|---|---|---|
Specifies the altitude of a single point on the globe. |
|||
Specifies the mode in which an altitude is represented. |
|||
Specifies the latitude of a single point on the globe. |
|||
Specifies the longitude of a single point on the globe. |
Remarks
The Latitude and Longitude values use WGS 84 datum.
To obtain the VELatLong object of a point on the current map, use the VEMap.PixelToLatLong Method. To convert a VELatLong object to a point on the current map, use the VEMap.LatLongToPixel Method.