Class MapBounds
- java.lang.Object
-
- de.hybris.platform.storelocator.map.utils.MapBounds
-
public class MapBounds extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GPSgetNorthEast()GPSgetSouthWest()
-
-
-
Constructor Detail
-
MapBounds
public MapBounds(GPS center, double radius) throws GeoLocatorException
- Throws:
GeoLocatorException
-
MapBounds
public MapBounds(GPS northEast, GPS southWest) throws GeoLocatorException
- Throws:
GeoLocatorException
-
-