See: Description
| Class | Description |
|---|---|
| CircularWindow |
A circular window.
|
| FilterHelper<S> |
An abstract class to help LatLngWindows with the task of
filtering collections based on whether or not a point
is contained within the window.
|
| LatLngWindow<T extends LatLngWindow<T>> |
An interface specifying a region in the latitude/longitude space.
|
| RectangularWindow |
A "pseudo-rectangular" window bounded by a minimum and maximum latitude
and a minimum and maximum longitude.
|
| SortWrapper<E> |
This class wraps another class in order to attach a distance value to it.
|
| SortWrapper.DistanceComparator<E> |
Compares SortWrappers by their associated distance value.
|
A package allowing calculations on windows of latitude and longitude. The goal is to allow you to specify a window and be able to test whether or not LatLng points lie within the window.
Copyright © 2010-2015. All Rights Reserved.