public class MapZoomControls<T extends android.view extends Object.View & Zoomable > implements ZoomChangedListener , android .view .View .OnTouchListener
| Constructor and Description |
|---|
MapZoomControls(T zoomable, android
|
| Modifier and Type | Method and Description |
|---|---|
int |
getMeasuredHeight()
|
int |
getMeasuredWidth()
|
boolean |
isShowMapZoomControls()
|
void |
measure(int widthMeasureSpec, int heightMeasureSpec)
|
boolean |
onTouch(android
|
void |
setShowMapZoomControls(boolean showMapZoomControls)
|
void |
updateZoomButtonStates()
|
void |
zoomChanged()
|
public MapZoomControls(T zoomable, android.widget .ZoomControls zoomControls)
public boolean isShowMapZoomControls()
public void setShowMapZoomControls(boolean showMapZoomControls)
showMapZoomControls - true if the zoom controls should be visible, false otherwise.
public int getMeasuredHeight()
public int getMeasuredWidth()
public void measure(int widthMeasureSpec,
int heightMeasureSpec)public boolean onTouch(android.view .View view, android .view .MotionEvent event)
public void zoomChanged()
public void updateZoomButtonStates()