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