Follow us on GitHub

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

Packages that use GeocoderAddressComponent
com.google.gwt.maps.client.placeslib   
com.google.gwt.maps.client.services   
 

Uses of GeocoderAddressComponent in com.google.gwt.maps.client.placeslib
 

Methods in com.google.gwt.maps.client.placeslib that return types with arguments of type GeocoderAddressComponent
 JsArray<GeocoderAddressComponent> PlaceResult.getAddress_Components()
          The collection of address components for this Place's location.
 

Method parameters in com.google.gwt.maps.client.placeslib with type arguments of type GeocoderAddressComponent
 void PlaceResult.setAddress_Components(JsArray<GeocoderAddressComponent> address_components)
          The collection of address components for this Place's location.
 

Uses of GeocoderAddressComponent in com.google.gwt.maps.client.services
 

Methods in com.google.gwt.maps.client.services that return GeocoderAddressComponent
static GeocoderAddressComponent GeocoderAddressComponent.newInstace()
          A single address component within a GeocoderResult.
 

Methods in com.google.gwt.maps.client.services that return types with arguments of type GeocoderAddressComponent
 JsArray<GeocoderAddressComponent> GeocoderResult.getAddress_Components()
          An array of GeocoderAddressComponents
 

Method parameters in com.google.gwt.maps.client.services with type arguments of type GeocoderAddressComponent
 void GeocoderResult.setAddress_Components(JsArray<GeocoderAddressComponent> address_components)
          An array of GeocoderAddressComponents
 



Follow us on GitHub

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