-
public class CustomZoomButtonsController
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumCustomZoomButtonsController.Visibilitypublic interfaceCustomZoomButtonsController.OnZoomListener
-
Constructor Summary
Constructors Constructor Description CustomZoomButtonsController(MapView pMapView)
-
Method Summary
Modifier and Type Method Description voidsetZoomInEnabled(boolean pEnabled)voidsetZoomOutEnabled(boolean pEnabled)CustomZoomButtonsDisplaygetDisplay()voidsetOnZoomListener(CustomZoomButtonsController.OnZoomListener pListener)voidsetVisibility(CustomZoomButtonsController.Visibility pVisibility)voidsetShowFadeOutDelays(int pShowDelayInMillis, int pFadeOutAnimationDurationInMillis)voidonDetach()voidactivate()booleanisTouched(MotionEvent pMotionEvent)booleanonSingleTapConfirmed(MotionEvent pMotionEvent)booleanonLongPress(MotionEvent pMotionEvent)voiddraw(Canvas pCanvas)-
-
Constructor Detail
-
CustomZoomButtonsController
CustomZoomButtonsController(MapView pMapView)
-
-
Method Detail
-
setZoomInEnabled
void setZoomInEnabled(boolean pEnabled)
-
setZoomOutEnabled
void setZoomOutEnabled(boolean pEnabled)
-
getDisplay
CustomZoomButtonsDisplay getDisplay()
-
setOnZoomListener
void setOnZoomListener(CustomZoomButtonsController.OnZoomListener pListener)
-
setVisibility
void setVisibility(CustomZoomButtonsController.Visibility pVisibility)
-
setShowFadeOutDelays
void setShowFadeOutDelays(int pShowDelayInMillis, int pFadeOutAnimationDurationInMillis)
-
onDetach
void onDetach()
-
activate
void activate()
-
isTouched
boolean isTouched(MotionEvent pMotionEvent)
-
onSingleTapConfirmed
@Deprecated() boolean onSingleTapConfirmed(MotionEvent pMotionEvent)
-
onLongPress
@Deprecated() boolean onLongPress(MotionEvent pMotionEvent)
-
-
-
-