public class AddressCandidate
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Method and Description |
---|---|
AddressResult |
getAddressAsObject()
Address of the candidate.
|
java.lang.String |
getAddressAsString()
Use this when using single line address requests
|
JSObject |
getAttributes()
Name value pairs of field name and field value as defined in outFields in Locator.addressToLocations.
|
Point |
getLocation()
X- and y-coordinate of the candidate.
|
int |
getScore()
Numeric score between 0 and 100 for geocode candidates.
|
public final AddressResult getAddressAsObject()
public final java.lang.String getAddressAsString()
public final JSObject getAttributes()
public final Point getLocation()
public final int getScore()