We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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.