Package org.neshan.common.model
Class LatLngBounds
- java.lang.Object
-
- org.neshan.common.model.LatLngBounds
-
public class LatLngBounds extends java.lang.Object
A class representing a latitude/longitude aligned rectangle.
-
-
Constructor Summary
Constructors Constructor Description LatLngBounds(LatLng northeast, LatLng southwest)
Creates a new bounds based on a southwest and a northeast corner.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LatLng
getNortheast()
Northeast corner of the bound.LatLng
getSouthwest()
Southwest corner of the bound.
-