We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Class
com.vaadin.flow.component.map.configuration.Extent
Packages that use Extent
Package
Description
-
Uses of Extent in com.vaadin.flow.component.map.configuration
Methods in com.vaadin.flow.component.map.configuration that return ExtentModifier and TypeMethodDescriptionView.getExtent()
Gets the extent (or bounding box) of the view's currently visible area.
Methods in com.vaadin.flow.component.map.configuration with parameters of type ExtentModifier and TypeMethodDescriptionvoid
View.updateInternalViewState
(Coordinate center, double rotation, double zoom, Extent extent) Updates internal state of view to the latest values received from client.
-
Uses of Extent in com.vaadin.flow.component.map.events
Methods in com.vaadin.flow.component.map.events that return Extent