Uses of Class
com.google.code.geocoder.model.GeocoderComponent

Packages that use GeocoderComponent
com.google.code.geocoder   
com.google.code.geocoder.model   
 

Uses of GeocoderComponent in com.google.code.geocoder
 

Methods in com.google.code.geocoder with parameters of type GeocoderComponent
 GeocoderRequestBuilder GeocoderRequestBuilder.addComponent(GeocoderComponent component, String value)
           
 

Uses of GeocoderComponent in com.google.code.geocoder.model
 

Methods in com.google.code.geocoder.model that return GeocoderComponent
static GeocoderComponent GeocoderComponent.fromValue(String v)
           
static GeocoderComponent GeocoderComponent.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GeocoderComponent[] GeocoderComponent.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.code.geocoder.model that return types with arguments of type GeocoderComponent
 EnumMap<GeocoderComponent,String> GeocoderRequest.getComponents()
           
 

Methods in com.google.code.geocoder.model with parameters of type GeocoderComponent
 void GeocoderRequest.addComponent(GeocoderComponent component, String value)
           
 



Copyright © 2014. All Rights Reserved.