C# Класс Google.Maps.Elevation.ElevationService

The Elevation service provides elevation data for all locations on the surface of the earth, including depth locations on the ocean floor (which return negative values). In those cases where Google does not possess exact elevation measurements at the precise location you request, the service will interpolate and return an averaged value using the four nearest locations.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
HttpUri System.Uri
HttpsUri System.Uri

Открытые методы

Метод Описание
ElevationService ( ) : System
ElevationService ( Uri baseUri ) : System
GetResponse ( Google.Maps.Elevation.ElevationRequest request ) : Google.Maps.Elevation.ElevationResponse

Sends the specified request to the Google Maps Elevation web service and parses the response as an ElevationResponse object.

Описание методов

ElevationService() публичный Метод

public ElevationService ( ) : System
Результат System

ElevationService() публичный Метод

public ElevationService ( Uri baseUri ) : System
baseUri System.Uri
Результат System

GetResponse() публичный Метод

Sends the specified request to the Google Maps Elevation web service and parses the response as an ElevationResponse object.
public GetResponse ( Google.Maps.Elevation.ElevationRequest request ) : Google.Maps.Elevation.ElevationResponse
request Google.Maps.Elevation.ElevationRequest
Результат Google.Maps.Elevation.ElevationResponse

Описание свойств

HttpUri публичное статическое свойство

public static Uri,System HttpUri
Результат System.Uri

HttpsUri публичное статическое свойство

public static Uri,System HttpsUri
Результат System.Uri