Class GeocoderResult
java.lang.Object
de.hybris.platform.chinesestoreservices.map.data.GeocoderResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetConfidence(String confidence) voidsetLocation(GeoLocation location) voidsetPrecise(String precise)
-
Constructor Details
-
GeocoderResult
public GeocoderResult()
-
-
Method Details
-
getLocation
- Returns:
- the location
-
setLocation
- Parameters:
location- the location to set
-
getPrecise
- Returns:
- the precise
-
setPrecise
- Parameters:
precise- the precise to set
-
getConfidence
- Returns:
- the confidence
-
setConfidence
- Parameters:
confidence- the confidence to set
-