Index

A B C D E F G H I J L M O P R S T V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addClickListener(ComponentEventListener<GoogleMap.GoogleMapClickEvent>) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
 
addClickListener(ComponentEventListener<GoogleMapMarker.GoogleMapMarkerClickEvent>) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker
Adds a click event listener to a marker.
addClickListener(ComponentEventListener<GoogleMapPoly.GoogleMapPolyClickEvent>) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly
 
addCurrentLocationEventListener(ComponentEventListener<GoogleMap.CurrentLocationEvent>) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Adds a CurrentLocationEvent listener.
addCustomControl(CustomControl) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Adds a custom control to be displayed in the map.
addCustomControls(CustomControl...) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
addDragEndEventListener(ComponentEventListener<GoogleMapMarker.DragEndEvent>) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker
Adds a DragEndEvent listener.
addFullScreenListener(ComponentEventListener<GoogleMap.FullScreenEvent>) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Adds a FullScreenEvent listener.
addGeolocationErrorEventListener(ComponentEventListener<GoogleMap.GeolocationErrorEvent>) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Adds a GeolocationErrorEvent listener.
addGoogleMapBoundsChangedListener(ComponentEventListener<GoogleMap.GoogleMapBoundsChangedEvent>) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Adds a GoogleMapBoundsChangedEvent listener.
addInfoWindow(String) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker
 
addLocationTrackingActivatedEventListener(ComponentEventListener<GoogleMap.LocationTrackingActivatedEvent>) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Adds a LocationTrackingActivatedEvent listener.
addMapIdleListener(ComponentEventListener<GoogleMap.GoogleMapIdleEvent>) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Adds a GoogleMapIdleEvent listener.
addMarker(GoogleMapMarker) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Adds a marker to the map.
addMarker(String, LatLon, boolean, GoogleMapIcon) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Adds a new marker to the map.
addMarker(String, LatLon, boolean, String) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Adds a new marker to the map.
addPoint(GoogleMapPoint) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly
 
addPoint(LatLon) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly
 
addPolygon(GoogleMapPolygon) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Adds a new polygon to the map.
addPolygon(List<GoogleMapPoint>) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Creates a polygon with the given points and adds the new polygon to the map.
addPolyline(GoogleMapPolyline) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Adds a new polyline to the map.
addPolyline(List<GoogleMapPoint>) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Creates a polyline with the given points and adds the new polyline to the map.
addRightClickListener(ComponentEventListener<GoogleMap.GoogleMapClickEvent>) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
 
addRightClickListener(ComponentEventListener<GoogleMapMarker.GoogleMapMarkerRightClickEvent>) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker
Adds a right click event listener to a marker.
ADMINISTRATIVE - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Selects all administrative areas.
ADMINISTRATIVE_COUNTRY - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Selects countries.
ADMINISTRATIVE_LAND_PARCEL - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Selects land parcels.
ADMINISTRATIVE_LOCALITY - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Selects localities.
ADMINISTRATIVE_NEIGHBORHOOD - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Selects neighborhoods.
ADMINISTRATIVE_PROVINCE - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Selects provinces.
ALL - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.ElementType
Selects all elements of the specified feature.
ALL - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Selects all features.

B

BLUE - Static variable in class com.flowingcode.vaadin.addons.googlemaps.Markers
 
BLUE_DOT - Static variable in class com.flowingcode.vaadin.addons.googlemaps.Markers
 
BLUE_PUSHPIN - Static variable in class com.flowingcode.vaadin.addons.googlemaps.Markers
 
BOTTOM_CENTER - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.ControlPosition
Indicates that the control should be placed along the bottom center of the map.
BOTTOM_LEFT - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.ControlPosition
Indicates that the control should be placed along the bottom left of the map, with any sub-elements of the control "flowing" towards the bottom center.
BOTTOM_RIGHT - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.ControlPosition
Indicates that the control should be placed along the bottom right of the map, with any sub-elements of the control "flowing" towards the bottom center.

C

CENTER - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly.StrokePosition
 
closeFullScreen() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Exits the full screen mode on the map.
COLOR - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.Stylers
 
com.flowingcode.vaadin.addons.googlemaps - package com.flowingcode.vaadin.addons.googlemaps
 
com.flowingcode.vaadin.addons.googlemaps.maptypestyle - package com.flowingcode.vaadin.addons.googlemaps.maptypestyle
 
com.flowingcode.vaadin.addons.googlemaps.util - package com.flowingcode.vaadin.addons.googlemaps.util
 
ControlPosition - Enum in com.flowingcode.vaadin.addons.googlemaps
Enum representing supported control positions for map control buttons.
CurrentLocationEvent(GoogleMap, boolean) - Constructor for class com.flowingcode.vaadin.addons.googlemaps.GoogleMap.CurrentLocationEvent
 
CustomControl - Class in com.flowingcode.vaadin.addons.googlemaps
Represents a custom control that can be added to the map.
CustomControl(Button, ControlPosition) - Constructor for class com.flowingcode.vaadin.addons.googlemaps.CustomControl
 

D

disableFullScreenControl(boolean) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Allows to disable/enable full screen control.
disableMapTypeControl(boolean) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Allows to disable/enable map type control.
disableRotateControl(boolean) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Allows to disable/enable rotate control.
disableScaleControl(boolean) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Allows to disable/enable scale control.
disableStreetViewControl(boolean) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Allows to disable/enable street view control.
disableZoomControl(boolean) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Allows to disable/enable zoom control.
DragEndEvent(GoogleMapMarker, boolean, JsonValue) - Constructor for class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker.DragEndEvent
 

E

ElementType - Enum in com.flowingcode.vaadin.addons.googlemaps.maptypestyle
Enum representing supported element types.
enableMarkersClustering() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Enables markers clustering.

F

FeatureType - Enum in com.flowingcode.vaadin.addons.googlemaps.maptypestyle
Enum representing supported feature types.
FullScreenEvent(GoogleMap, boolean, boolean) - Constructor for class com.flowingcode.vaadin.addons.googlemaps.GoogleMap.FullScreenEvent
Creates a new FullScreenEvent.

G

GAMMA - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.Stylers
 
GeolocationErrorEvent(GoogleMap, boolean, boolean) - Constructor for class com.flowingcode.vaadin.addons.googlemaps.GoogleMap.GeolocationErrorEvent
 
GeolocationOptions - Class in com.flowingcode.vaadin.addons.googlemaps
Representation of optional parameters for a geolocation request.
GeolocationOptions() - Constructor for class com.flowingcode.vaadin.addons.googlemaps.GeolocationOptions
 
GEOMETRY - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.ElementType
Selects all geometric elements of the specified feature.
GEOMETRY_FILL - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.ElementType
Selects only the fill of the feature's geometry.
GEOMETRY_STROKE - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.ElementType
Selects only the stroke of the feature's geometry.
getBounds() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Returns a CompletableFuture containing the map current bounds.
getBounds() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap.GoogleMapBoundsChangedEvent
 
getCaption() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker
Gets the caption of the marker.
getCenter() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Returns the current position of the center of the map.
getControlButton() - Method in class com.flowingcode.vaadin.addons.googlemaps.CustomControl
 
getControlPosition() - Method in class com.flowingcode.vaadin.addons.googlemaps.CustomControl
 
getControlSize() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Returns the current control size value.
getEast() - Method in class com.flowingcode.vaadin.addons.googlemaps.LatLonBounds
 
getFillColor() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly
 
getFillOpacity() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly
 
getHeading() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Returns the current heading value.
getIconUrl() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker
Returns the url of the icon of the marker.
getIdentifier() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker
 
getJson() - Method in interface com.flowingcode.vaadin.addons.googlemaps.GoogleMapIcon
 
getJson() - Method in class com.flowingcode.vaadin.addons.googlemaps.Icon
Deprecated.
 
getJson() - Method in class com.flowingcode.vaadin.addons.googlemaps.IconSequence
 
getJson() - Method in class com.flowingcode.vaadin.addons.googlemaps.maptypestyle.MapStyle
Converts the MapStyle to a JSON object.
getJson() - Method in class com.flowingcode.vaadin.addons.googlemaps.maptypestyle.StyleRules
Converts StyleRules to a JSON array.
getJson() - Method in class com.flowingcode.vaadin.addons.googlemaps.MarkerIcon
 
getJson() - Method in class com.flowingcode.vaadin.addons.googlemaps.MarkerLabel
 
getJson() - Method in class com.flowingcode.vaadin.addons.googlemaps.Symbol
 
getJson(int) - Method in class com.flowingcode.vaadin.addons.googlemaps.CustomControl
 
getKml() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Returns the current KML or GeoRSS feed url associated with a KML Layer in the map.
getLat() - Method in class com.flowingcode.vaadin.addons.googlemaps.LatLon
 
getLatitude() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
 
getLatitude() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap.GoogleMapClickEvent
 
getLatitude() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker.DragEndEvent
 
getLatitude() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker.GoogleMapMarkerClickEvent
 
getLatitude() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker.GoogleMapMarkerRightClickEvent
 
getLatitude() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoint
 
getLatitude() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly.GoogleMapPolyClickEvent
 
getLon() - Method in class com.flowingcode.vaadin.addons.googlemaps.LatLon
 
getLongitude() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
 
getLongitude() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap.GoogleMapClickEvent
 
getLongitude() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker.DragEndEvent
 
getLongitude() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker.GoogleMapMarkerClickEvent
 
getLongitude() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker.GoogleMapMarkerRightClickEvent
 
getLongitude() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoint
 
getLongitude() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly.GoogleMapPolyClickEvent
 
getMapId() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Returns the current map id.
getMapType() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Returns the current type of the base map.
getMaxZoom() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Returns the current maximum amount of zoom.
getMinZoom() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Returns the current minimum amount of zoom.
getNorth() - Method in class com.flowingcode.vaadin.addons.googlemaps.LatLonBounds
 
getPointJson(GoogleMapPoint) - Static method in class com.flowingcode.vaadin.addons.googlemaps.util.JsonIconUtils
 
getPosition() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker
Returns the position of the marker.
getRepeat() - Method in class com.flowingcode.vaadin.addons.googlemaps.Icon
Deprecated.
 
getSizeJson() - Method in class com.flowingcode.vaadin.addons.googlemaps.Size
 
getSouth() - Method in class com.flowingcode.vaadin.addons.googlemaps.LatLonBounds
 
getStrokeColor() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly
 
getStrokeOpacity() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly
 
getStrokePosition() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly
 
getStrokeWeight() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly
 
getTilt() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Returns current tilt value.
getTrackLocationId() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Returns track location id if a location tracking was activated.
getWest() - Method in class com.flowingcode.vaadin.addons.googlemaps.LatLonBounds
 
getZIndex() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly
 
getZoom() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Returns the current zoom of the map.
GoogleMap - Class in com.flowingcode.vaadin.addons.googlemaps
 
GoogleMap(String, String, String) - Constructor for class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Initiates a new GoogleMap object.
GoogleMap.CurrentLocationEvent - Class in com.flowingcode.vaadin.addons.googlemaps
Event that is fired when setting current location on map.
GoogleMap.FullScreenEvent - Class in com.flowingcode.vaadin.addons.googlemaps
Event fired when the full screen mode changes on the map.
GoogleMap.GeolocationErrorEvent - Class in com.flowingcode.vaadin.addons.googlemaps
Event that is called when current location can't be found.
GoogleMap.GoogleMapBoundsChangedEvent - Class in com.flowingcode.vaadin.addons.googlemaps
 
GoogleMap.GoogleMapClickEvent - Class in com.flowingcode.vaadin.addons.googlemaps
 
GoogleMap.GoogleMapIdleEvent - Class in com.flowingcode.vaadin.addons.googlemaps
 
GoogleMap.LocationTrackingActivatedEvent - Class in com.flowingcode.vaadin.addons.googlemaps
Event that is fired when activating location tracking.
GoogleMap.MapType - Enum in com.flowingcode.vaadin.addons.googlemaps
Base map types supported by Google Maps.
GoogleMapBoundsChangedEvent(GoogleMap, boolean, LatLonBounds) - Constructor for class com.flowingcode.vaadin.addons.googlemaps.GoogleMap.GoogleMapBoundsChangedEvent
 
GoogleMapClickEvent(GoogleMap, boolean, JsonValue) - Constructor for class com.flowingcode.vaadin.addons.googlemaps.GoogleMap.GoogleMapClickEvent
 
GoogleMapIcon - Interface in com.flowingcode.vaadin.addons.googlemaps
Interface representing a google map icon (MarkerIcon or Symbol).
GoogleMapIdleEvent(GoogleMap, boolean) - Constructor for class com.flowingcode.vaadin.addons.googlemaps.GoogleMap.GoogleMapIdleEvent
 
GoogleMapMarker - Class in com.flowingcode.vaadin.addons.googlemaps
The class representing a marker of the Google Map.
GoogleMapMarker() - Constructor for class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker
Instantiates a new GoogleMapMarker.
GoogleMapMarker(String, LatLon, boolean) - Constructor for class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker
Instantiates a new GoogleMapMarker
GoogleMapMarker(String, LatLon, boolean, GoogleMapIcon) - Constructor for class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker
Instantiates a new GoogleMapMarker
GoogleMapMarker(String, LatLon, boolean, String) - Constructor for class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker
Instantiates a new GoogleMapMarker
GoogleMapMarker.DragEndEvent - Class in com.flowingcode.vaadin.addons.googlemaps
Event that is called on marker's drag end.
GoogleMapMarker.GoogleMapMarkerClickEvent - Class in com.flowingcode.vaadin.addons.googlemaps
Event called on marker's click.
GoogleMapMarker.GoogleMapMarkerRightClickEvent - Class in com.flowingcode.vaadin.addons.googlemaps
Event called on marker's right click.
GoogleMapMarkerClickEvent(GoogleMapMarker, boolean, JsonValue) - Constructor for class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker.GoogleMapMarkerClickEvent
 
GoogleMapMarkerRightClickEvent(GoogleMapMarker, boolean, int, int, int, int, int, int, boolean, boolean, boolean, boolean, JsonValue) - Constructor for class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker.GoogleMapMarkerRightClickEvent
 
GoogleMapPoint - Class in com.flowingcode.vaadin.addons.googlemaps
 
GoogleMapPoint(LatLon) - Constructor for class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoint
 
GoogleMapPoint(Double, Double) - Constructor for class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoint
 
GoogleMapPoly - Class in com.flowingcode.vaadin.addons.googlemaps
 
GoogleMapPoly(List<GoogleMapPoint>) - Constructor for class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly
 
GoogleMapPoly.GoogleMapPolyClickEvent - Class in com.flowingcode.vaadin.addons.googlemaps
 
GoogleMapPoly.StrokePosition - Enum in com.flowingcode.vaadin.addons.googlemaps
 
GoogleMapPolyClickEvent(GoogleMapPoly, boolean, JsonValue) - Constructor for class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly.GoogleMapPolyClickEvent
 
GoogleMapPolygon - Class in com.flowingcode.vaadin.addons.googlemaps
A class representing a polygon overlay of Google Maps.
GoogleMapPolygon(List<GoogleMapPoint>) - Constructor for class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPolygon
 
GoogleMapPolyline - Class in com.flowingcode.vaadin.addons.googlemaps
 
GoogleMapPolyline(List<GoogleMapPoint>) - Constructor for class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPolyline
 
goToCurrentLocation() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Sets current location on map using default geolocation options.
goToCurrentLocation(GeolocationOptions) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Sets current location on map using specific geolocation options.
GREEN - Static variable in class com.flowingcode.vaadin.addons.googlemaps.Markers
 
GREEN_DOT - Static variable in class com.flowingcode.vaadin.addons.googlemaps.Markers
 
GREEN_PUSHPIN - Static variable in class com.flowingcode.vaadin.addons.googlemaps.Markers
 

H

HUE - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.Stylers
 
HYBRID - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.GoogleMap.MapType
 

I

Icon - Class in com.flowingcode.vaadin.addons.googlemaps
Deprecated.
Use IconSequence instead.
Icon(String, String, String, int, int) - Constructor for class com.flowingcode.vaadin.addons.googlemaps.Icon
Deprecated.
 
IconSequence - Class in com.flowingcode.vaadin.addons.googlemaps
Describes how icons are to be rendered on a line (for polygons and polylines).
IconSequence(Symbol) - Constructor for class com.flowingcode.vaadin.addons.googlemaps.IconSequence
 
IconSequence(Symbol, String) - Constructor for class com.flowingcode.vaadin.addons.googlemaps.IconSequence
 
INSIDE - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly.StrokePosition
 
INVERT_LIGHTNESS - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.Stylers
 
isAnimationEnabled() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker
Checks if marker animation is enabled.
isBrowserHasGeolocationSupport() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap.GeolocationErrorEvent
 
isClosed() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly
 
isDraggable() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Checks if the map is currently draggable.
isDraggable() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker
Checks if the marker is draggable.
isFullScreen() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap.FullScreenEvent
Checks if the map is in full screen mode.
isGeodesic() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly
 
isInfoWindowVisible() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker
 
isOptimized() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker
Checks if optimization is enabled.

J

JsonIconUtils - Class in com.flowingcode.vaadin.addons.googlemaps.util
 
JsonIconUtils() - Constructor for class com.flowingcode.vaadin.addons.googlemaps.util.JsonIconUtils
 

L

LABELS - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.ElementType
Selects the textual labels associated with the specified feature.
LABELS_ICON - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.ElementType
Selects only the icon displayed within the feature's label.
LABELS_TEXT - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.ElementType
Selects only the text of the label.
LABELS_TEXT_FILL - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.ElementType
Selects only the fill of the label.
LABELS_TEXT_STROKE - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.ElementType
Selects only the stroke of the label's text.
LANDSCAPE - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Selects all landscapes.
LANDSCAPE_MAN_MADE - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Selects man-made features, such as buildings and other structures.
LANDSCAPE_NATURAL - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Selects natural features, such as mountains, rivers, deserts, and glaciers..
LANDSCAPE_NATURAL_LANDCOVER - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Selects land cover features, the physical material that covers the earth's surface, such as forests, grasslands, wetlands, and bare ground..
LANDSCAPE_NATURAL_TERRAIN - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Selects terrain features of a land surface, such as elevation, slope, and orientation.
LatLon - Class in com.flowingcode.vaadin.addons.googlemaps
Class representing coordinates of a point.
LatLon() - Constructor for class com.flowingcode.vaadin.addons.googlemaps.LatLon
 
LatLon(double, double) - Constructor for class com.flowingcode.vaadin.addons.googlemaps.LatLon
 
LatLonBounds - Class in com.flowingcode.vaadin.addons.googlemaps
Class representing bound coordinates.
LatLonBounds() - Constructor for class com.flowingcode.vaadin.addons.googlemaps.LatLonBounds
 
LatLonBounds(JsonObject) - Constructor for class com.flowingcode.vaadin.addons.googlemaps.LatLonBounds
 
LEFT_BOTTOM - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.ControlPosition
Indicates that the control should be placed along the bottom left of the map, but above any BOTTOM_LEFT elements.
LEFT_CENTER - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.ControlPosition
Indicates that the control should be placed along the left side of the map, centered between the TOP_LEFT and BOTTOM_LEFT positions
LEFT_TOP - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.ControlPosition
Indicates that the control should be placed along the top left of the map, but below any TOP_LEFT elements.
LIGHTBLUE - Static variable in class com.flowingcode.vaadin.addons.googlemaps.Markers
 
LIGHTBLUE_DOT - Static variable in class com.flowingcode.vaadin.addons.googlemaps.Markers
 
LIGHTBLUE_PUSHPIN - Static variable in class com.flowingcode.vaadin.addons.googlemaps.Markers
 
LIGHTNESS - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.Stylers
 
LocationTrackingActivatedEvent(GoogleMap, boolean) - Constructor for class com.flowingcode.vaadin.addons.googlemaps.GoogleMap.LocationTrackingActivatedEvent
 

M

MapStyle - Class in com.flowingcode.vaadin.addons.googlemaps.maptypestyle
Representation for the collection of selectors and stylers that define how the map should be styled.
MapStyle(FeatureType, ElementType, StyleRules) - Constructor for class com.flowingcode.vaadin.addons.googlemaps.maptypestyle.MapStyle
Creates a new MapStyle with the specified feature type, element type, and style rules.
MapStyle(FeatureType, StyleRules) - Constructor for class com.flowingcode.vaadin.addons.googlemaps.maptypestyle.MapStyle
Creates a new MapStyle with the specified feature type and style rules.
MarkerIcon - Class in com.flowingcode.vaadin.addons.googlemaps
A structure representing a Marker icon image.
MarkerIcon() - Constructor for class com.flowingcode.vaadin.addons.googlemaps.MarkerIcon
 
MarkerLabel - Class in com.flowingcode.vaadin.addons.googlemaps
Class representing a marker label.
MarkerLabel(String) - Constructor for class com.flowingcode.vaadin.addons.googlemaps.MarkerLabel
 
MarkerLabel(String, String, String) - Constructor for class com.flowingcode.vaadin.addons.googlemaps.MarkerLabel
 
Markers - Class in com.flowingcode.vaadin.addons.googlemaps
 
Markers() - Constructor for class com.flowingcode.vaadin.addons.googlemaps.Markers
 

O

OFF - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.Visibility
 
ON - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.Visibility
 
ORANGE - Static variable in class com.flowingcode.vaadin.addons.googlemaps.Markers
 
ORANGE_DOT - Static variable in class com.flowingcode.vaadin.addons.googlemaps.Markers
 
OUTSIDE - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly.StrokePosition
 

P

PINK - Static variable in class com.flowingcode.vaadin.addons.googlemaps.Markers
 
PINK_DOT - Static variable in class com.flowingcode.vaadin.addons.googlemaps.Markers
 
PINK_PUSHPIN - Static variable in class com.flowingcode.vaadin.addons.googlemaps.Markers
 
POI - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Selects all points of interest.
POI_ATTRACTION - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Selects tourist attractions.
POI_BUSINESS - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Selects businesses.
POI_GOVERNMENT - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Selects government buildings.
POI_MEDICAL - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Selects emergency services, including hospitals, pharmacies, police, doctors, and others.
POI_PARK - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Selects parks.
POI_PLACE_OF_WORSHIP - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Selects places of worship, including churches, temples, mosques, and others.
POI_SCHOOL - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Selects schools.
POI_SPORTS_COMPLEX - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Selects sports complexes.
PURPLE - Static variable in class com.flowingcode.vaadin.addons.googlemaps.Markers
 
PURPLE_DOT - Static variable in class com.flowingcode.vaadin.addons.googlemaps.Markers
 
PURPLE_PUSHPIN - Static variable in class com.flowingcode.vaadin.addons.googlemaps.Markers
 

R

RED - Static variable in class com.flowingcode.vaadin.addons.googlemaps.Markers
 
RED_DOT - Static variable in class com.flowingcode.vaadin.addons.googlemaps.Markers
 
RED_PUSHPIN - Static variable in class com.flowingcode.vaadin.addons.googlemaps.Markers
 
removeCustomControl(CustomControl) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Removes a custom control added to the map.
removeCustomControls() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Removes all custom controls added to the map.
removeMarker(GoogleMapMarker) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
 
removePoint(GoogleMapPoint) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly
 
removePolygon(GoogleMapPolygon) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Removes a polygon from the map.
removePolyline(GoogleMapPolyline) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Removes a polyline from the map.
RIGHT_BOTTOM - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.ControlPosition
Indicates that the control should be placed along the bottom right of the map, but above any BOTTOM_RIGHT elements.
RIGHT_CENTER - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.ControlPosition
Indicates that the control should be placed along the right side of the map, centered between the TOP_RIGHT and BOTTOM_RIGHT positions.
RIGHT_TOP - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.ControlPosition
Indicates that the control should be placed along the top right of the map, but below any TOP_RIGHT elements.
ROAD - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Selects all roads.
ROAD_ARTERIAL - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Selects arterial roads.
ROAD_HIGHWAY - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Selects highways.
ROAD_HIGHWAY_CONTROLLED_ACCESS - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Selects highways with controlled access.
ROAD_LOCAL - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Selects local roads.
ROADMAP - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.GoogleMap.MapType
 

S

SATELLITE - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.GoogleMap.MapType
 
SATURATION - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.Stylers
 
setAnimationEnabled(boolean) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker
Enables/disables marker animation.
setCaption(String) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker
Sets the caption of the marker.
setCenter(LatLon) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Sets the center of the map to the given coordinates.
setClosed(boolean) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly
 
setClusteringRenderer(String) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Sets the custom renderer definition to be applied to the markers clustering.
setControlButton(Button) - Method in class com.flowingcode.vaadin.addons.googlemaps.CustomControl
 
setControlPosition(ControlPosition) - Method in class com.flowingcode.vaadin.addons.googlemaps.CustomControl
 
setControlSize(int) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Sets the size of the control buttons appearing in the map.
setCustomControls(CustomControl...) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Sets the custom control buttons to be displayed in the map.
setDraggable(boolean) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Enables/disables dragging of the map.
setDraggable(boolean) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker
Enables/disables dragging of the marker.
setEast(double) - Method in class com.flowingcode.vaadin.addons.googlemaps.LatLonBounds
 
setFillColor(String) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly
 
setFillOpacity(double) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly
 
setGeodesic(boolean) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly
 
setHeading(double) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Sets heading (rotation) value on a vector map.
setIcon(GoogleMapIcon) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker
Sets the icon image of the marker
setIcons(Icon...) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly
Deprecated.
setIcons(IconSequence...) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly
Set icons to the polygon/polyline.
setIconUrl(String) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker
Sets the url of the icon of the marker.
setIdentifier(long) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker
 
setInfoWindowVisible(boolean) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker
 
setKml(String) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Sets a KML or GeoRSS feed url to be displayed as a KML Layer in the map.
setLabel(MarkerLabel) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker
Sets the label of the marker In order to set the label's position use MarkerIcon::setLabelOrigin property.
setLat(double) - Method in class com.flowingcode.vaadin.addons.googlemaps.LatLon
 
setLatitude(Double) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoint
 
setLon(double) - Method in class com.flowingcode.vaadin.addons.googlemaps.LatLon
 
setLongitude(Double) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoint
 
setMapId(String) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Sets the mapId.
setMapStyle(MapStyle...) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Sets style formatting to the features and elements of the map.
setMapType(GoogleMap.MapType) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Sets the type of the base map.
setMaxZoom(int) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Sets the maximum allowed amount of zoom (default 21.0).
setMinZoom(int) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Sets the minimum allowed amount of zoom (default 0.0).
setNorth(double) - Method in class com.flowingcode.vaadin.addons.googlemaps.LatLonBounds
 
setOptimized(boolean) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker
Enables/disables marker optimization.
setPoints(Iterable<GoogleMapPoint>) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly
 
setPosition(LatLon) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker
Sets the position of the marker.
setRepeat(int) - Method in class com.flowingcode.vaadin.addons.googlemaps.Icon
Deprecated.
 
setSouth(double) - Method in class com.flowingcode.vaadin.addons.googlemaps.LatLonBounds
 
setStrokeColor(String) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly
 
setStrokeOpacity(double) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly
 
setStrokePosition(GoogleMapPoly.StrokePosition) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly
 
setStrokeWeight(double) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly
 
setTilt(double) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Sets tilt value on a vector map.
setWest(double) - Method in class com.flowingcode.vaadin.addons.googlemaps.LatLonBounds
 
setZIndex(double) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly
 
setZoom(int) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Zooms the map to the given value.
SIMPLIFIED - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.Visibility
 
Size - Class in com.flowingcode.vaadin.addons.googlemaps
Two-dimensional size, where width is the distance on the x-axis, and height is the distance on the y-axis.
Size() - Constructor for class com.flowingcode.vaadin.addons.googlemaps.Size
 
stopTrackLocation() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Stops the current location tracking session.
Stylers - Enum in com.flowingcode.vaadin.addons.googlemaps.maptypestyle
Enum representing supported stylers that can be applied to map features and elements.
StyleRules - Class in com.flowingcode.vaadin.addons.googlemaps.maptypestyle
Representation of the formatting options that can be applied to map features and elements.
StyleRules() - Constructor for class com.flowingcode.vaadin.addons.googlemaps.maptypestyle.StyleRules
 
Symbol - Class in com.flowingcode.vaadin.addons.googlemaps
Describes a symbol, which consists of a vector path with styling.
Symbol(String, String, String, Double) - Constructor for class com.flowingcode.vaadin.addons.googlemaps.Symbol
 

T

TERRAIN - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.GoogleMap.MapType
 
toJson() - Method in class com.flowingcode.vaadin.addons.googlemaps.GeolocationOptions
Converts the options to a JsonObject to be sent to the client-side.
TOP_CENTER - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.ControlPosition
Indicates that the control should be placed along the top center of the map.
TOP_LEFT - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.ControlPosition
Indicates that the control should be placed along the top left of the map, with any sub-elements of the control "flowing" towards the top center.
TOP_RIGHT - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.ControlPosition
Indicates that the control should be placed along the top right of the map, with any sub-elements of the control "flowing" towards the top center.
toString() - Method in class com.flowingcode.vaadin.addons.googlemaps.LatLon
 
toString() - Method in class com.flowingcode.vaadin.addons.googlemaps.LatLonBounds
 
trackLocation() - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Activates tracking current location on map using default geolocation options.
trackLocation(GeolocationOptions) - Method in class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Activates tracking current location on map.
TRANSIT - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Selects all transit stations and lines.
TRANSIT_LINE - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Selects transit lines.
TRANSIT_STATION - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Selects transit stations.
TRANSIT_STATION_AIRPORT - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Selects airports.
TRANSIT_STATION_BUS - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Selects bus stops.
TRANSIT_STATION_RAIL - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Selects rail stations.

V

valueOf(String) - Static method in enum com.flowingcode.vaadin.addons.googlemaps.ControlPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.flowingcode.vaadin.addons.googlemaps.GoogleMap.MapType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly.StrokePosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.ElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.Stylers
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.Visibility
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.flowingcode.vaadin.addons.googlemaps.ControlPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.flowingcode.vaadin.addons.googlemaps.GoogleMap.MapType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly.StrokePosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.ElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.Stylers
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
Visibility - Enum in com.flowingcode.vaadin.addons.googlemaps.maptypestyle
Enum representing the possible values to indicate whether and how the element appears on the map.
VISIBILITY - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.Stylers
 

W

WATER - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.FeatureType
Selects bodies of water.
WEIGHT - Enum constant in enum com.flowingcode.vaadin.addons.googlemaps.maptypestyle.Stylers
 

Y

YELLOW - Static variable in class com.flowingcode.vaadin.addons.googlemaps.Markers
 
YELLOW_DOT - Static variable in class com.flowingcode.vaadin.addons.googlemaps.Markers
 
YELLOW_PUSHPIN - Static variable in class com.flowingcode.vaadin.addons.googlemaps.Markers
 
A B C D E F G H I J L M O P R S T V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form