com.google.code.geocoder.model
Class GeocoderGeometry
java.lang.Object
com.google.code.geocoder.model.GeocoderGeometry
- All Implemented Interfaces:
- Serializable
public class GeocoderGeometry
- extends Object
- implements Serializable
- Author:
- Michael Panchenko
- See Also:
- Serialized Form
GeocoderGeometry
public GeocoderGeometry()
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 © 2014. All Rights Reserved.