com.google.maps.gwt.client
Class GeocoderAddressComponent

java.lang.Object
  extended by JavaScriptObject
      extended by com.google.maps.gwt.client.GeocoderAddressComponent

public class GeocoderAddressComponent
extends JavaScriptObject

A single address component within a GeocoderResult . A full address may consist of multiple address components. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected GeocoderAddressComponent()
          Protected constructor avoids default public constructor.
 
Method Summary
 java.lang.String getLongName()
          The full text of the address component
 java.lang.String getShortName()
          The abbreviated, short text of the given address component
 JsArrayString getTypes()
          An array of strings denoting the type of this address component
 void setLongName(java.lang.String long_name)
          The full text of the address component
 void setShortName(java.lang.String short_name)
          The abbreviated, short text of the given address component
 void setTypes(JsArrayString types)
          An array of strings denoting the type of this address component
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeocoderAddressComponent

protected GeocoderAddressComponent()
Protected constructor avoids default public constructor.

Method Detail

getLongName

public final java.lang.String getLongName()
The full text of the address component


getShortName

public final java.lang.String getShortName()
The abbreviated, short text of the given address component


getTypes

public final JsArrayString getTypes()
An array of strings denoting the type of this address component


setLongName

public final void setLongName(java.lang.String long_name)
The full text of the address component


setShortName

public final void setShortName(java.lang.String short_name)
The abbreviated, short text of the given address component


setTypes

public final void setTypes(JsArrayString types)
An array of strings denoting the type of this address component