public static interface ItemizedOverlay.OnFocusChangeListener
Modifier and Type | Method and Description |
---|---|
void |
onFocusChanged(ItemizedOverlay overlay,
OverlayItem newFocus)
This will be called during the draw method,
so don't do anything here except post a message or the like.
|
void onFocusChanged(ItemizedOverlay overlay, OverlayItem newFocus)
overlay
- the Overlay doing the callingnewFocus
- the new focus item, or null if there isn't any.