Serialized Form
-
Package com.flowingcode.vaadin.addons.googlemaps
-
Class com.flowingcode.vaadin.addons.googlemaps.CustomControl
class CustomControl extends Object implements Serializable- serialVersionUID:
- -1821466465711569857L
-
Serialized Fields
-
controlButton
Button controlButton
-
controlPosition
ControlPosition controlPosition
-
-
Class com.flowingcode.vaadin.addons.googlemaps.GoogleMap
class GoogleMap extends Component implements Serializable-
Serialized Fields
-
customControls
List<CustomControl> customControls
-
trackLocationId
Integer trackLocationId
-
-
-
Class com.flowingcode.vaadin.addons.googlemaps.GoogleMap.CurrentLocationEvent
-
Class com.flowingcode.vaadin.addons.googlemaps.GoogleMap.FullScreenEvent
-
Serialized Fields
-
isFullScreen
boolean isFullScreen
-
-
-
Class com.flowingcode.vaadin.addons.googlemaps.GoogleMap.GeolocationErrorEvent
-
Serialized Fields
-
browserHasGeolocationSupport
boolean browserHasGeolocationSupport
-
-
-
Class com.flowingcode.vaadin.addons.googlemaps.GoogleMap.GoogleMapBoundsChangedEvent
-
Serialized Fields
-
bounds
LatLonBounds bounds
-
-
-
Class com.flowingcode.vaadin.addons.googlemaps.GoogleMap.GoogleMapClickEvent
-
Serialized Fields
-
lat
double lat
-
lon
double lon
-
-
-
Class com.flowingcode.vaadin.addons.googlemaps.GoogleMap.GoogleMapIdleEvent
-
Class com.flowingcode.vaadin.addons.googlemaps.GoogleMap.LocationTrackingActivatedEvent
-
Class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker
class GoogleMapMarker extends Component implements Serializable-
Serialized Fields
-
animationEnabled
boolean animationEnabled
-
id
long id
-
-
-
Class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker.DragEndEvent
-
Serialized Fields
-
lat
double lat
-
lon
double lon
-
-
-
Class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker.GoogleMapMarkerClickEvent
-
Serialized Fields
-
lat
double lat
-
lon
double lon
-
-
-
Class com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker.GoogleMapMarkerRightClickEvent
-
Serialized Fields
-
lat
double lat
-
lon
double lon
-
-
-
Class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoint
class GoogleMapPoint extends Component implements Serializable -
Class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly
class GoogleMapPoly extends Component implements Serializable -
Class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoly.GoogleMapPolyClickEvent
-
Serialized Fields
-
lat
double lat
-
lon
double lon
-
-
-
Class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPolygon
class GoogleMapPolygon extends GoogleMapPoly implements Serializable -
Class com.flowingcode.vaadin.addons.googlemaps.GoogleMapPolyline
class GoogleMapPolyline extends GoogleMapPoly implements Serializable -
Class com.flowingcode.vaadin.addons.googlemaps.LatLon
class LatLon extends Object implements Serializable- serialVersionUID:
- 646346543243L
-
Serialized Fields
-
lat
double lat
-
lon
double lon
-
-
Class com.flowingcode.vaadin.addons.googlemaps.LatLonBounds
class LatLonBounds extends Object implements Serializable-
Serialized Fields
-
east
double east
-
north
double north
-
south
double south
-
west
double west
-
-
-
Class com.flowingcode.vaadin.addons.googlemaps.Size
class Size extends Object implements Serializable
-
-
Package com.flowingcode.vaadin.addons.googlemaps.maptypestyle
-
Class com.flowingcode.vaadin.addons.googlemaps.maptypestyle.MapStyle
class MapStyle extends Object implements Serializable- serialVersionUID:
- -3352482751629553500L
-
Serialized Fields
-
elementType
ElementType elementType
-
featureType
FeatureType featureType
-
styleRules
StyleRules styleRules
-
-
Class com.flowingcode.vaadin.addons.googlemaps.maptypestyle.StyleRules
class StyleRules extends Object implements Serializable- serialVersionUID:
- -7506228136304010510L
-
Serialized Fields
-
color
String color
An RGB hex string of format #RRGGBB that sets the color of the feature. -
gamma
double gamma
Indicates the amount of gamma correction to apply to the element (a floating point value between 0.01 and 10.0, where 1.0 applies no correction). -
hue
String hue
An RGB hex string of format #RRGGBB that indicates the basic color. -
invertLightness
boolean invertLightness
If true it inverts the existing lightness. This is useful, for example, for quickly switching to a darker map with white text. -
lightness
double lightness
Indicates the percentage change in brightness of the element (a floating point value between -100 and 100). Negative values increase darkness (where -100 specifies black) while positive values increase brightness (where +100 specifies white). -
saturation
double saturation
Indicates the percentage change in intensity of the basic color to apply to the element (a floating point value between -100 and 100). -
visibility
Visibility visibility
Indicates whether and how the element appears on the map. Possible values: on, off, or simplified. -
weight
Integer weight
An integer value, greater than or equal to zero to sets the weight of the feature, in pixels.
-
-