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.
Show file Open project: ericnewton76/gmaps-api-net Class Usage Examples

Public Properties

Property Type Description
HttpUri System.Uri
HttpsUri System.Uri

Public Methods

Method 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 method

public ElevationService ( ) : System
return System

ElevationService() public method

public ElevationService ( Uri baseUri ) : System
baseUri System.Uri
return System

GetResponse() public method

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
return Google.Maps.Elevation.ElevationResponse

Property Details

HttpUri public static property

public static Uri,System HttpUri
return System.Uri

HttpsUri public static property

public static Uri,System HttpsUri
return System.Uri