com.google.code.geocoder.model
Class GeocoderResult

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

public class GeocoderResult
extends Object
implements Serializable

Author:
Michael Panchenko
See Also:
Serialized Form

Constructor Summary
GeocoderResult()
           
 
Method Summary
 boolean equals(Object o)
           
 List<GeocoderAddressComponent> getAddressComponents()
           
 String getFormattedAddress()
           
 GeocoderGeometry getGeometry()
           
 List<String> getTypes()
           
 int hashCode()
           
 boolean isPartialMatch()
           
 void setAddressComponents(List<GeocoderAddressComponent> addressComponents)
           
 void setFormattedAddress(String formattedAddress)
           
 void setGeometry(GeocoderGeometry geometry)
           
 void setPartialMatch(boolean partialMatch)
           
 void setTypes(List<String> types)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeocoderResult

public GeocoderResult()
Method Detail

getTypes

public List<String> getTypes()

setTypes

public void setTypes(List<String> types)

getFormattedAddress

public String getFormattedAddress()

setFormattedAddress

public void setFormattedAddress(String formattedAddress)

getAddressComponents

public List<GeocoderAddressComponent> getAddressComponents()

setAddressComponents

public void setAddressComponents(List<GeocoderAddressComponent> addressComponents)

getGeometry

public GeocoderGeometry getGeometry()

setGeometry

public void setGeometry(GeocoderGeometry geometry)

isPartialMatch

public boolean isPartialMatch()

setPartialMatch

public void setPartialMatch(boolean partialMatch)

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.