Uses of Class
com.flowingcode.vaadin.addons.googlemaps.GoogleMap
Packages that use GoogleMap
-
Uses of GoogleMap in com.flowingcode.vaadin.addons.googlemaps
Constructors in com.flowingcode.vaadin.addons.googlemaps with parameters of type GoogleMapModifierConstructorDescriptionCurrentLocationEvent(GoogleMap source, boolean fromClient) FullScreenEvent(GoogleMap source, boolean fromClient, boolean isFullScreen) Creates a new FullScreenEvent.GeolocationErrorEvent(GoogleMap source, boolean fromClient, boolean browserHasGeolocationSupport) GoogleMapBoundsChangedEvent(GoogleMap source, boolean fromClient, LatLonBounds latLonBounds) GoogleMapClickEvent(GoogleMap source, boolean fromClient, double lat, double lon) Creates a new event with the click coordinates as separate lat/lon values.GoogleMapClickEvent(GoogleMap source, boolean fromClient, elemental.json.JsonValue latLng) Deprecated.since 2.6.0, for removal.GoogleMapIdleEvent(GoogleMap source, boolean fromClient) LocationTrackingActivatedEvent(GoogleMap source, boolean fromClient)