VELatLong Class
Bing Services
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.