Uses of Class
com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoint
Packages that use GoogleMapPoint
Package
Description
-
Uses of GoogleMapPoint in com.flowingcode.vaadin.addons.googlemaps
Methods in com.flowingcode.vaadin.addons.googlemaps that return GoogleMapPointMethods in com.flowingcode.vaadin.addons.googlemaps with parameters of type GoogleMapPointModifier and TypeMethodDescriptionvoidGoogleMapPoly.addPoint(GoogleMapPoint point) voidGoogleMapPoly.removePoint(GoogleMapPoint point) Method parameters in com.flowingcode.vaadin.addons.googlemaps with type arguments of type GoogleMapPointModifier and TypeMethodDescriptionGoogleMap.addPolygon(List<GoogleMapPoint> points) Creates a polygon with the given points and adds the new polygon to the map.GoogleMap.addPolyline(List<GoogleMapPoint> points) Creates a polyline with the given points and adds the new polyline to the map.voidGoogleMapPoly.setPoints(Iterable<GoogleMapPoint> points) Constructor parameters in com.flowingcode.vaadin.addons.googlemaps with type arguments of type GoogleMapPointModifierConstructorDescriptionGoogleMapPoly(List<GoogleMapPoint> points) GoogleMapPolygon(List<GoogleMapPoint> points) GoogleMapPolyline(List<GoogleMapPoint> points) -
Uses of GoogleMapPoint in com.flowingcode.vaadin.addons.googlemaps.util
Methods in com.flowingcode.vaadin.addons.googlemaps.util with parameters of type GoogleMapPointModifier and TypeMethodDescriptionstatic elemental.json.JsonObjectJsonIconUtils.getPointJson(GoogleMapPoint point)