public static interface MapTracker.MapExtentChangeListener
Modifier and Type | Method and Description |
---|---|
void |
onMapExtentChanged(LatLngExtent extent,
double zoom)
Callback for when map "visible area" changed.
|
void onMapExtentChanged(LatLngExtent extent, double zoom)
extent
- represents the "visible area" of map plus any desired exterior padding.