C# 클래스 Geocoder.GoogleGeocoder

상속: IGeocoder
파일 보기 프로젝트 열기: scottschluer/geocoder

Private Properties

프로퍼티 타입 설명
GetDirections Directions

공개 메소드들

메소드 설명
GetAddressFromLatLong ( double latitude, double longitude ) : Address
GetDirections ( Coordinate origin, Coordinate destination, TravelMode travelMode = TravelMode.Driving ) : Directions
GetDirections ( Coordinate origin, string destinationAddress, TravelMode travelMode = TravelMode.Driving ) : Directions
GetDirections ( string originAddress, Coordinate destination, TravelMode travelMode = TravelMode.Driving ) : Directions
GetDirections ( string originAddress, string destinationAddress, TravelMode travelMode = TravelMode.Driving ) : Directions
GetLatLongFromAddress ( string address ) : Coordinate
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.

비공개 메소드들

메소드 설명
GetDirections ( System.Xml.Linq.XDocument doc ) : Directions

메소드 상세

GetAddressFromLatLong() 공개 메소드

public GetAddressFromLatLong ( double latitude, double longitude ) : Address
latitude double
longitude double
리턴 Address

GetDirections() 공개 메소드

public GetDirections ( Coordinate origin, Coordinate destination, TravelMode travelMode = TravelMode.Driving ) : Directions
origin Coordinate
destination Coordinate
travelMode TravelMode
리턴 Directions

GetDirections() 공개 메소드

public GetDirections ( Coordinate origin, string destinationAddress, TravelMode travelMode = TravelMode.Driving ) : Directions
origin Coordinate
destinationAddress string
travelMode TravelMode
리턴 Directions

GetDirections() 공개 메소드

public GetDirections ( string originAddress, Coordinate destination, TravelMode travelMode = TravelMode.Driving ) : Directions
originAddress string
destination Coordinate
travelMode TravelMode
리턴 Directions

GetDirections() 공개 메소드

public GetDirections ( string originAddress, string destinationAddress, TravelMode travelMode = TravelMode.Driving ) : Directions
originAddress string
destinationAddress string
travelMode TravelMode
리턴 Directions

GetLatLongFromAddress() 공개 메소드

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

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