Class GeoPoint
- java.lang.Object
-
- de.hybris.platform.commerceservices.store.data.GeoPoint
-
- All Implemented Interfaces:
java.io.Serializable
public class GeoPoint extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeoPoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetLatitude()doublegetLongitude()voidsetLatitude(double latitude)voidsetLongitude(double longitude)
-