public class GeocoderResult
extends java.lang.Object
| Constructor and Description |
|---|
GeocoderResult() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConfidence() |
GeoLocation |
getLocation() |
java.lang.String |
getPrecise() |
void |
setConfidence(java.lang.String confidence) |
void |
setLocation(GeoLocation location) |
void |
setPrecise(java.lang.String precise) |
public GeoLocation getLocation()
public void setLocation(GeoLocation location)
location - the location to setpublic java.lang.String getPrecise()
public void setPrecise(java.lang.String precise)
precise - the precise to setpublic java.lang.String getConfidence()
public void setConfidence(java.lang.String confidence)
confidence - the confidence to setCopyright © 2018 SAP SE. All Rights Reserved.