Uses of Class
com.vaadin.flow.component.map.configuration.Projection
-
Packages that use Projection Package Description com.vaadin.flow.component.map.configuration -
-
Uses of Projection in com.vaadin.flow.component.map.configuration
Methods in com.vaadin.flow.component.map.configuration that return Projection Modifier and Type Method Description static Projection
Projection. valueOf(String name)
Returns the enum constant of this type with the specified name.static Projection[]
Projection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.component.map.configuration with parameters of type Projection Modifier and Type Method Description static Coordinate
Coordinate. fromLonLat(double longitude, double latitude, Projection targetProjection)
Deprecated.Since 23.2, the default coordinate system has been changed to EPSG:4326, which allows passing latitude and longitude into the constructor directly.
-