Class LMapLocateOptions
java.lang.Object
software.xdev.vaadin.maps.leaflet.map.LMapLocateOptions
- All Implemented Interfaces:
LComponentOptions<LMapLocateOptions>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetWatch()voidsetEnableHighAccuracy(Boolean enableHighAccuracy) voidsetMaximumAge(Number maximumAge) voidsetMaxZoom(Number maxZoom) voidsetSetView(Boolean setView) voidsetTimeout(Number timeout) voidwithEnableHighAccuracy(Boolean enableHighAccuracy) withMaximumAge(Number maximumAge) withMaxZoom(Number maxZoom) withSetView(Boolean setView) withTimeout(Number timeout) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.xdev.vaadin.maps.leaflet.base.LComponentOptions
self
-
Constructor Details
-
LMapLocateOptions
public LMapLocateOptions()
-
-
Method Details
-
getWatch
-
setWatch
-
withWatch
-
getSetView
-
setSetView
-
withSetView
-
getMaxZoom
-
setMaxZoom
-
withMaxZoom
-
getTimeout
-
setTimeout
-
withTimeout
-
getMaximumAge
-
setMaximumAge
-
withMaximumAge
-
getEnableHighAccuracy
-
setEnableHighAccuracy
-
withEnableHighAccuracy
-