C# Класс Geocoder.GoogleGeocoder

Наследование: IGeocoder
Показать файл Открыть проект

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