Uses of Class
com.vaadin.flow.component.map.configuration.style.Icon
Packages that use Icon
-
Uses of Icon in com.vaadin.flow.component.map.configuration.feature
Fields in com.vaadin.flow.component.map.configuration.feature declared as IconModifier and TypeFieldDescriptionstatic final Icon
MarkerFeature.PIN_ICON
The default icon used for markers, which is a pin pointing at a location on the map.static final Icon
MarkerFeature.POINT_ICON
An alternative icon that displays a point.Methods in com.vaadin.flow.component.map.configuration.feature that return IconModifier and TypeMethodDescriptionMarkerFeature.getIcon()
The icon used to visually display the marker feature.Methods in com.vaadin.flow.component.map.configuration.feature with parameters of type IconModifier and TypeMethodDescriptionvoid
Sets the icon used to visually display the marker feature.Constructors in com.vaadin.flow.component.map.configuration.feature with parameters of type IconModifierConstructorDescriptionMarkerFeature
(Coordinate coordinates, Icon icon) Creates a new marker feature located at the specified coordinates, displaying the specified custom icon.