Uses of Class
com.flowingcode.vaadin.addons.googlemaps.GoogleMapPolygon
Packages that use GoogleMapPolygon
-
Uses of GoogleMapPolygon in com.flowingcode.vaadin.addons.googlemaps
Methods in com.flowingcode.vaadin.addons.googlemaps that return GoogleMapPolygonModifier and TypeMethodDescriptionGoogleMap.addPolygon(List<GoogleMapPoint> points) Creates a polygon with the given points and adds the new polygon to the map.Methods in com.flowingcode.vaadin.addons.googlemaps with parameters of type GoogleMapPolygonModifier and TypeMethodDescriptionvoidGoogleMap.addPolygon(GoogleMapPolygon polygon) Adds a new polygon to the map.voidGoogleMap.removePolygon(GoogleMapPolygon polygon) Removes a polygon from the map.