public class SampleRequest
extends Object
Used in the SampleCache. Bins sample requests by rounded latitude and longitude.
This prevents cache misses due to projection and floating point slop. Pixel bins
will become visible at higher zoom levels, but initial rendering of tiles at those
levels will be much faster and use less memory.