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

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

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

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

Methods in com.google.code.geocoder.model with parameters of type GeocoderStatus
 void GeocodeResponse.setStatus(GeocoderStatus status)
           
 



Copyright © 2013. All Rights Reserved.