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

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

Uses of LatLng in com.google.code.geocoder
 

Methods in com.google.code.geocoder that return LatLng
 LatLng GeoAddressService.getLatLngPointsByAddress(String address)
           
 LatLng GeoSearchableAddress.getLatLngPointsByAddress(String address)
          This method receives address as string input and and returns a LatLng object which represents this address
 

Methods in com.google.code.geocoder with parameters of type LatLng
 GeocoderRequestBuilder GeocoderRequestBuilder.setLocation(LatLng location)
           
 

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

Methods in com.google.code.geocoder.model that return LatLng
 LatLng GeocoderGeometry.getLocation()
           
 LatLng GeocoderRequest.getLocation()
           
 LatLng LatLngBounds.getNortheast()
           
 LatLng LatLngBounds.getSouthwest()
           
 

Methods in com.google.code.geocoder.model with parameters of type LatLng
 void GeocoderGeometry.setLocation(LatLng location)
           
 void GeocoderRequest.setLocation(LatLng location)
           
 void LatLngBounds.setNortheast(LatLng northeast)
           
 void LatLngBounds.setSouthwest(LatLng southwest)
           
 

Constructors in com.google.code.geocoder.model with parameters of type LatLng
LatLngBounds(LatLng southwest, LatLng northeast)
           
 



Copyright © 2014. All Rights Reserved.