Geocoding.Google.GoogleGeocoder.IGeocoder C# (CSharp) Метод

IGeocoder() приватный Метод

private IGeocoder ( Location location ) : IEnumerable
location Location
Результат IEnumerable
		IEnumerable<Address> IGeocoder.ReverseGeocode(Location location)
		{
			return ReverseGeocode(location).Cast<Address>();
		}

Same methods

GoogleGeocoder::IGeocoder ( double latitude, double longitude ) : IEnumerable
GoogleGeocoder::IGeocoder ( string address ) : IEnumerable
GoogleGeocoder::IGeocoder ( string street, string city, string state, string postalCode, string country ) : IEnumerable