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 GeoSearchableAddress.getLatLngPointsByAddress(String address)
          This method receives address as string input and and returns a LatLng object which represents this address
 LatLng GeoAddressService.getLatLngPointsByAddress(String address)
          This method get address string as param and returns geolocation which contains the lattitude and longitude points of the geo location
 

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 © 2013. All Rights Reserved.