Follow us on GitHub

com.google.gwt.maps.client.services
Class GeocoderAddressComponent

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

public class GeocoderAddressComponent
extends JavaScriptObject

A single address component within a GeocoderResult. A full address may consist of multiple address components.

See GeocoderAddressComponent API Doc


Constructor Summary
protected GeocoderAddressComponent()
          use newInstance();
 
Method Summary
 String getLong_Name()
          The full text of the address component
 String getShort_Name()
          The abbreviated, short text of the given address component
 JsArrayString getTypes()
          An array of strings denoting the type of this address component
static GeocoderAddressComponent newInstace()
          A single address component within a GeocoderResult.
 void setLong_Name(String long_name)
          The full text of the address component
 void setShort_Name(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 com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeocoderAddressComponent

protected GeocoderAddressComponent()
use newInstance();

Method Detail

newInstace

public static final GeocoderAddressComponent newInstace()
A single address component within a GeocoderResult. A full address may consist of multiple address components.


setLong_Name

public final void setLong_Name(String long_name)
The full text of the address component

Parameters:
long_name -

getLong_Name

public final String getLong_Name()
The full text of the address component


setShort_Name

public final void setShort_Name(String short_name)
The abbreviated, short text of the given address component

Parameters:
short_name -

getShort_Name

public final String getShort_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

Parameters:
types -

getTypes

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



Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.