-
- All Implemented Interfaces:
public class CustomLeafletMapView.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerMAX_ZOOM_VALUEprivate final IntegerMIN_ZOOM_VALUEprivate final IntegerZOOM_RATEprivate final IntRangeZOOM_RANGEpublic final static CustomLeafletMapView.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegergetMAX_ZOOM_VALUE()The maximum zoom level. final IntegergetMIN_ZOOM_VALUE()The minimum zoom level. final IntegergetZOOM_RATE()The zoom rate. final IntRangegetZOOM_RANGE()The range of the zoom. -
-
Method Detail
-
getMAX_ZOOM_VALUE
final Integer getMAX_ZOOM_VALUE()
The maximum zoom level.
-
getMIN_ZOOM_VALUE
final Integer getMIN_ZOOM_VALUE()
The minimum zoom level.
-
getZOOM_RATE
final Integer getZOOM_RATE()
The zoom rate.
-
getZOOM_RANGE
final IntRange getZOOM_RANGE()
The range of the zoom.
-
-
-
-