public class GeocodeResult
extends java.lang.Object
Location,
accessed through the location property. The quality of the result can be
assessed in a broad sense with the relevance property, or in more detail using
the matchQuality dictionary.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Location |
getLocation()
The location data of the geocode result.
|
java.lang.String |
getMatchLevel()
Shows the level of the most precise area information for the match,
district, city or a higher administrative level.
|
java.util.Map<java.lang.String,java.lang.Float> |
getMatchQuality()
Details about the quality of the result.
|
float |
getRelevance()
The relevance of the result location to the original search parameters.
|
int |
hashCode() |
public float getRelevance()
public java.lang.String getMatchLevel()
public java.util.Map<java.lang.String,java.lang.Float> getMatchQuality()
public Location getLocation()
Location of this geocode result.public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object