public class VEGeocodeResult
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Method and Description |
---|---|
VEAddress |
getAddress()
Specifies address properties for the result.
|
Extent |
getBestView()
Best extent for displaying the result.
|
java.lang.String |
getCalculationMethod()
Contains values that indicate the geocode method used to match the location to the map.
|
java.lang.String |
getConfidence()
Value indicating how confident the service is about the result.
|
java.lang.String |
getDisplayName()
Contains a display name for the result.
|
java.lang.String |
getEntityType()
Further refines the geocode results that have been returned.
|
Point |
getLocation()
The X and Y coordinates of the result in decimal degrees.
|
java.lang.String |
getMatchCodes()
An array of values that indicate the geocoding level of the location match.
|
public final VEAddress getAddress()
public final Extent getBestView()
public final java.lang.String getCalculationMethod()
public final java.lang.String getConfidence()
public final java.lang.String getDisplayName()
public final java.lang.String getEntityType()
public final Point getLocation()
public final java.lang.String getMatchCodes()