Uses of Class
com.flowingcode.vaadin.addons.googlemaps.CustomControl
Packages that use CustomControl
-
Uses of CustomControl in com.flowingcode.vaadin.addons.googlemaps
Methods in com.flowingcode.vaadin.addons.googlemaps with parameters of type CustomControlModifier and TypeMethodDescriptionvoidGoogleMap.addCustomControl(CustomControl customControl) Adds a custom control to be displayed in the map.voidGoogleMap.addCustomControls(CustomControl... customControls) Deprecated.voidGoogleMap.removeCustomControl(CustomControl customControl) Removes a custom control added to the map.voidGoogleMap.setCustomControls(CustomControl... customControls) Sets the custom control buttons to be displayed in the map.
GoogleMap.setCustomControls(CustomControl...customControls)should be used instead.