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 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 GeocoderRequest.getLocation()
           
 LatLng GeocoderGeometry.getLocation()
           
 LatLng LatLngBounds.getNortheast()
           
 LatLng LatLngBounds.getSouthwest()
           
 

Methods in com.google.code.geocoder.model with parameters of type LatLng
 void GeocoderRequest.setLocation(LatLng location)
           
 void GeocoderGeometry.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 © 2012. All Rights Reserved.