Class GeocoderResult
- java.lang.Object
-
- de.hybris.platform.chinesestoreservices.map.data.GeocoderResult
-
public class GeocoderResult extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GeocoderResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetConfidence()GeoLocationgetLocation()java.lang.StringgetPrecise()voidsetConfidence(java.lang.String confidence)voidsetLocation(GeoLocation location)voidsetPrecise(java.lang.String precise)
-
-
-
Method Detail
-
getLocation
public GeoLocation getLocation()
- Returns:
- the location
-
setLocation
public void setLocation(GeoLocation location)
- Parameters:
location- the location to set
-
getPrecise
public java.lang.String getPrecise()
- Returns:
- the precise
-
setPrecise
public void setPrecise(java.lang.String precise)
- Parameters:
precise- the precise to set
-
getConfidence
public java.lang.String getConfidence()
- Returns:
- the confidence
-
setConfidence
public void setConfidence(java.lang.String confidence)
- Parameters:
confidence- the confidence to set
-
-