Uses of Interface
com.flowingcode.vaadin.addons.googlemaps.GoogleMapIcon
Packages that use GoogleMapIcon
-
Uses of GoogleMapIcon in com.flowingcode.vaadin.addons.googlemaps
Classes in com.flowingcode.vaadin.addons.googlemaps that implement GoogleMapIconModifier and TypeClassDescriptionclassDeprecated.classA structure representing a Marker icon image.classDescribes a symbol, which consists of a vector path with styling.Methods in com.flowingcode.vaadin.addons.googlemaps with parameters of type GoogleMapIconModifier and TypeMethodDescriptionGoogleMap.addMarker(String caption, LatLon position, boolean draggable, GoogleMapIcon icon) Adds a new marker to the map.voidGoogleMapMarker.setIcon(GoogleMapIcon icon) Sets the icon image of the markerConstructors in com.flowingcode.vaadin.addons.googlemaps with parameters of type GoogleMapIconModifierConstructorDescriptionGoogleMapMarker(String caption, LatLon position, boolean draggable, GoogleMapIcon icon) Instantiates a new GoogleMapMarker
IconSequenceinstead.