C# 클래스 VolTeer.GoogleAPI.GoogleGeocoder

상속: IGeocoder
파일 보기 프로젝트 열기: CISC181/VolTeerNET 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetLatLongFromAddress ( GoogleAddress address ) : string
GoogleGeocoder ( ) : System

Initializes a new instance of the GoogleGeocoder class and defaults to transmission over HTTP.

GoogleGeocoder ( bool isSSL ) : System

Initializes a new instance of the GoogleGeocoder class.

메소드 상세

GetLatLongFromAddress() 공개 메소드

public GetLatLongFromAddress ( GoogleAddress address ) : string
address GoogleAddress
리턴 string

GoogleGeocoder() 공개 메소드

Initializes a new instance of the GoogleGeocoder class and defaults to transmission over HTTP.
public GoogleGeocoder ( ) : System
리턴 System

GoogleGeocoder() 공개 메소드

Initializes a new instance of the GoogleGeocoder class.
public GoogleGeocoder ( bool isSSL ) : System
isSSL bool Indicates whether to send API requests via HTTPS.
리턴 System