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

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

Uses of GeocoderResult in com.google.code.geocoder
 

Methods in com.google.code.geocoder that return GeocoderResult
 GeocoderResult GeoAddressService.getAddress(String address)
           
 GeocoderResult GeoSearchableAddress.getAddress(String address)
          This method receives address as string and returns GeocoderResult for the given address
 GeocoderResult GeoAddressService.getAddress(String address, String ccTLD)
           
 GeocoderResult GeoSearchableAddress.getAddress(String address, String ccTld)
          This method receives address as string input and country code top-level domain (ccTLD) that is used to indicate the region and returns GeocoderResult
 

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

Methods in com.google.code.geocoder.model that return types with arguments of type GeocoderResult
 List<GeocoderResult> GeocodeResponse.getResults()
           
 

Method parameters in com.google.code.geocoder.model with type arguments of type GeocoderResult
 void GeocodeResponse.setResults(List<GeocoderResult> result)
           
 



Copyright © 2014. All Rights Reserved.