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