Package io.smooch.core
Class Coordinates
- java.lang.Object
-
- io.smooch.core.Coordinates
-
- All Implemented Interfaces:
java.io.Serializable
public class Coordinates extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Coordinates(java.lang.Double latitude, java.lang.Double longitude)
Create coordinates with the given latitude/longitude.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Double
getLat()
The latitudejava.lang.Double
getLong()
The longitude
-