C# Class 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.
Afficher le fichier Open project: ericnewton76/gmaps-api-net Class Usage Examples

Méthodes publiques

Свойство Type Description
HttpUri System.Uri
HttpsUri System.Uri

Méthodes publiques

Méthode Description
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.

Method Details

ElevationService() public méthode

public ElevationService ( ) : System
Résultat System

ElevationService() public méthode

public ElevationService ( Uri baseUri ) : System
baseUri System.Uri
Résultat System

GetResponse() public méthode

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
Résultat Google.Maps.Elevation.ElevationResponse

Property Details

HttpUri public_oe static_oe property

public static Uri,System HttpUri
Résultat System.Uri

HttpsUri public_oe static_oe property

public static Uri,System HttpsUri
Résultat System.Uri