Class GeoBoundingBox.LatLong
- java.lang.Object
-
- com.funnelback.publicui.search.model.padre.GeoBoundingBox.LatLong
-
- Enclosing class:
- GeoBoundingBox
public static class GeoBoundingBox.LatLong extends Object
-
-
Constructor Summary
Constructors Constructor Description LatLong(double latitude, double longitude)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getLatitude()
double
getLongitude()
String
toString()
-