com.google.code.geocoder.model
Class GeocoderGeometry

java.lang.Object
  extended by com.google.code.geocoder.model.GeocoderGeometry
All Implemented Interfaces:
Serializable

public class GeocoderGeometry
extends Object
implements Serializable

Author:
Michael Panchenko
See Also:
Serialized Form

Constructor Summary
GeocoderGeometry()
           
 
Method Summary
 boolean equals(Object o)
           
 LatLngBounds getBounds()
           
 LatLng getLocation()
           
 GeocoderLocationType getLocationType()
           
 LatLngBounds getViewport()
           
 int hashCode()
           
 void setBounds(LatLngBounds bounds)
           
 void setLocation(LatLng location)
           
 void setLocationType(GeocoderLocationType locationType)
           
 void setViewport(LatLngBounds viewport)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeocoderGeometry

public GeocoderGeometry()
Method Detail

getLocation

public LatLng getLocation()

setLocation

public void setLocation(LatLng location)

getLocationType

public GeocoderLocationType getLocationType()

setLocationType

public void setLocationType(GeocoderLocationType locationType)

getViewport

public LatLngBounds getViewport()

setViewport

public void setViewport(LatLngBounds viewport)

getBounds

public LatLngBounds getBounds()

setBounds

public void setBounds(LatLngBounds bounds)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.