Class Extent
- java.lang.Object
-
- com.vaadin.flow.component.map.configuration.Extent
-
- All Implemented Interfaces:
Serializable
public class Extent extends Object implements Serializable
Defines an area within a map using min/max coordinates. Coordinates must be specified in the map's user projection, which by default isEPSG:4326, also referred to as GPS coordinates. If the user projection has been changed usingMap.setUserProjection(String), then coordinates must be specified in that projection instead.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetMaxX()doublegetMaxY()doublegetMinX()doublegetMinY()
-