|
Online Maps v3
|
Implements the use of elevation data from Bing Maps. More...
Public Member Functions | |
| void | StartDownloadElevation (double sx, double sy, double ex, double ey) |
| Starts downloading elevation data for an area. | |
Public Attributes | |
| string | bingAPI = "" |
| Bing Maps API key. | |
Implements the use of elevation data from Bing Maps.
| void OnlineMapsBingMapsElevationManager.StartDownloadElevation | ( | double | sx, |
| double | sy, | ||
| double | ex, | ||
| double | ey ) |
Starts downloading elevation data for an area.
| sx | Left longitude |
| sy | Top latitude |
| ex | Right longitude |
| ey | Bottom latitude |