- All Implemented Interfaces:
- MapChangeEventBatcher.MapChangeListener
public class ImpreciseMapTracker
extends MapTracker
A special kind of MapTracker for clients who really want to minimize service calls. Specify
exterior padding to increase size of extent used for determining map change. When map is changed,
the handler will be notified with a larger extent than is actually visible. This
"notification extent" will be the visible extent plus exterior padding around edges. Uses a
square extent to minimize updates on rotation. Never notifies when a smaller area is now visible,
only when some map not previously included in the notification extent becomes visible.