Table of Contents

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

string

Country

matches a country name or a two letter ISO 3166-1 country code.

public string Country { get; set; }

Property Value

string

Exists

public bool Exists { get; }

Property Value

bool

Locality

matches against both locality and sublocality types.

public string Locality { get; set; }

Property Value

string

PostalCode

matches postal_code and postal_code_prefix.

public string PostalCode { get; set; }

Property Value

string

Route

matches long or short name of a route.

public string Route { get; set; }

Property Value

string

Methods

Build()

public string Build()

Returns

string

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.