Class MapElement.FeatureReference
- java.lang.Object
-
- com.vaadin.flow.component.map.testbench.MapElement.ConfigurationObjectReference
-
- com.vaadin.flow.component.map.testbench.MapElement.FeatureReference
-
- Enclosing class:
- MapElement
public static class MapElement.FeatureReference extends MapElement.ConfigurationObjectReference
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MapElement.GeometryReferencegetGeometry()MapElement.StyleReferencegetStyle()-
Methods inherited from class com.vaadin.flow.component.map.testbench.MapElement.ConfigurationObjectReference
exists, get, getBoolean, getDouble, getFloat, getInt, getLong, getString, getTypeName, path
-
-
-
-
Method Detail
-
getGeometry
public MapElement.GeometryReference getGeometry()
-
getStyle
public MapElement.StyleReference getStyle()
-
-