Uses of Class
org.vaadin.addons.componentfactory.leaflet.options.LocateOptions
Packages that use LocateOptions
-
Uses of LocateOptions in org.vaadin.addons.componentfactory.leaflet.layer.map.functions
Methods in org.vaadin.addons.componentfactory.leaflet.layer.map.functions with parameters of type LocateOptionsModifier and TypeMethodDescriptiondefault voidGeolocationFunctions.locate(LocateOptions options) Tries to locate the user using the Geolocation API, firing a locationfound event with location data on success or a locationerror event on failure, and optionally sets the map view to the user's location with respect to detection accuracy (or to the world view if geolocation failed).