Method |
Description |
|
BuildAddress ( string street, string city, string state, string postalCode, string country ) : string |
|
|
BuildGeolocation ( double latitude, double longitude ) : string |
|
|
BuildWebRequest ( string type, string value ) : HttpWebRequest |
|
|
EvaluateLocationType ( string type ) : GoogleLocationType |
https://developers.google.com/maps/documentation/geocoding/?csw=1#Results |
|
EvaluateStatus ( string status ) : GoogleStatus |
http://code.google.com/apis/maps/documentation/geocoding/#StatusCodes |
|
EvaluateType ( string type ) : GoogleAddressType |
http://code.google.com/apis/maps/documentation/geocoding/#Types |
|
IAsyncGeocoder ( double latitude, double longitude ) : Task> |
|
|
IAsyncGeocoder ( double latitude, double longitude, CancellationToken cancellationToken ) : Task> |
|
|
IAsyncGeocoder ( string address ) : Task> |
|
|
IAsyncGeocoder ( string address, CancellationToken cancellationToken ) : Task> |
|
|
IAsyncGeocoder ( string street, string city, string state, string postalCode, string country ) : Task> |
|
|
IAsyncGeocoder ( string street, string city, string state, string postalCode, string country, CancellationToken cancellationToken ) : Task> |
|
|
IGeocoder ( Location location ) : IEnumerable |
|
|
IGeocoder ( double latitude, double longitude ) : IEnumerable |
|
|
IGeocoder ( string address ) : IEnumerable |
|
|
IGeocoder ( string street, string city, string state, string postalCode, string country ) : IEnumerable |
|
|
LoadXmlResponse ( WebResponse response ) : XPathDocument |
|
|
ParseAddresses ( XPathNodeIterator nodes ) : IEnumerable |
|
|
ParseComponentTypes ( XPathNodeIterator nodes ) : IEnumerable |
|
|
ParseComponents ( XPathNodeIterator nodes ) : IEnumerable |
|
|
ProcessRequest ( HttpWebRequest request ) : IEnumerable |
|
|
ProcessRequestAsync ( HttpWebRequest request, CancellationToken cancellationToken = null ) : Task> |
|
|
ProcessResponseAsync ( RequestState requestState, IAsyncResult result ) : IEnumerable |
|
|
ProcessWebResponse ( WebResponse response ) : IEnumerable |
|
|
SendRequestAsync ( RequestState requestState, AsyncCallback callback ) : IAsyncResult |
|
|