Class GeocodingComponents
- Namespace
- GoogleMapsApi.Entities.Geocoding.Request
- Assembly
- GoogleMapsApi.dll
public class GeocodingComponents
- Inheritance
-
GeocodingComponents
- Inherited Members
Properties
AdministrativeArea
matches all the administrative_area levels.
public string AdministrativeArea { get; set; }
Property Value
Country
matches a country name or a two letter ISO 3166-1 country code.
public string Country { get; set; }
Property Value
Exists
public bool Exists { get; }
Property Value
Locality
matches against both locality and sublocality types.
public string Locality { get; set; }
Property Value
PostalCode
matches postal_code and postal_code_prefix.
public string PostalCode { get; set; }
Property Value
Route
matches long or short name of a route.
public string Route { get; set; }
Property Value
Methods
Build()
public string Build()
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.