Class GeoPoint
java.lang.Object
de.hybris.platform.commerceservices.store.data.GeoPoint
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubledoublevoidsetLatitude(double latitude) voidsetLongitude(double longitude)
-
Constructor Details
-
GeoPoint
public GeoPoint()
-
-
Method Details
-
setLatitude
public void setLatitude(double latitude) -
getLatitude
public double getLatitude() -
setLongitude
public void setLongitude(double longitude) -
getLongitude
public double getLongitude()
-