Blame view
src/main/kotlin/map/ZoomControlConfig.kt
260 Bytes
d06a68ec6 add Leaflet Kotli... |
1 2 3 4 5 6 7 8 9 10 |
package fdit.leafletmap /** * Class for defining the zoom control of the map. * @author Stefan Saring */ class ZoomControlConfig @JvmOverloads constructor( val show: Boolean = true, val position: ControlPosition = ControlPosition.TOP_LEFT) |