Class MapElement.ViewReference

java.lang.Object
com.vaadin.flow.component.map.testbench.MapElement.ConfigurationObjectReference
com.vaadin.flow.component.map.testbench.MapElement.ViewReference
Enclosing class:
MapElement

public static class MapElement.ViewReference extends MapElement.ConfigurationObjectReference
  • Method Details

    • getCenter

      public MapElement.Coordinate getCenter()
    • setCenter

      public void setCenter(MapElement.Coordinate coordinate)
    • getZoom

      public float getZoom()
    • setZoom

      public void setZoom(float zoom)
    • getRotation

      public float getRotation()
    • setRotation

      public void setRotation(float rotation)
    • calculateExtent

      public List<Double> calculateExtent()