Uses of Class
com.vaadin.flow.component.map.configuration.style.Icon
-
Packages that use Icon Package Description com.vaadin.flow.component.map.configuration.feature -
-
Uses of Icon in com.vaadin.flow.component.map.configuration.feature
Fields in com.vaadin.flow.component.map.configuration.feature declared as Icon Modifier and Type Field Description static IconMarkerFeature. PIN_ICONThe default icon used for markers, which is a pin pointing at a location on the mapstatic IconMarkerFeature. POINT_ICONAn alternative icon that displays a pointMethods in com.vaadin.flow.component.map.configuration.feature that return Icon Modifier and Type Method Description IconMarkerFeature. getIcon()The icon used to visually display the marker feature.Methods in com.vaadin.flow.component.map.configuration.feature with parameters of type Icon Modifier and Type Method Description voidMarkerFeature. setIcon(Icon icon)Sets the icon used to visually display the marker feature.Constructors in com.vaadin.flow.component.map.configuration.feature with parameters of type Icon Constructor Description MarkerFeature(Coordinate coordinates, Icon icon)Creates a new marker feature located at the specified coordinates, displaying the specified custom icon.
-