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.
파일 보기 프로젝트 열기: ericnewton76/gmaps-api-net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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