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 IconMarkerFeature.PIN_ICONThe default icon used for markers, which is a pin pointing at a location on the map.static final IconMarkerFeature.POINT_ICONAn 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 TypeMethodDescriptionvoidSets 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.