Class GoogleMapsOverlayView
- java.lang.Object
-
- com.vaadin.flow.component.Component
-
- com.neotropic.flow.component.googlemap.OverlayView
-
- com.neotropic.kuwaiba.modules.commercial.ospman.providers.google.GoogleMapsOverlayView
-
- All Implemented Interfaces:
MapOverlayView
,com.vaadin.flow.component.AttachNotifier
,com.vaadin.flow.component.DetachNotifier
,com.vaadin.flow.component.HasComponents
,com.vaadin.flow.component.HasElement
,com.vaadin.flow.component.HasEnabled
,Serializable
public class GoogleMapsOverlayView extends com.neotropic.flow.component.googlemap.OverlayView implements MapOverlayView
Represents a overlay view on the Google Maps map provider.- Author:
- Johny Andres Ortega Ruiz <johny.ortega@kuwaiba.org>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GoogleMapsOverlayView(ViewOverlayView viewOverlayView)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addComponent(com.vaadin.flow.component.Component component)
Adds a component.GeoCoordinate
getNorthEast()
Gets the north-east.GeoCoordinate
getSouthWest()
Gets the south-west.void
setNorthEast(GeoCoordinate northEast)
Sets the north.east.void
setSouthWest(GeoCoordinate southWest)
Sets the south-west.-
Methods inherited from class com.neotropic.flow.component.googlemap.OverlayView
addWidthChangedListener, fromDivPixelToLatLng, fromDivPixelToLatLng, fromDivPixelToLatLng, fromLatLngToDivPixel, fromLatLngToDivPixel, fromLatLngToDivPixel, getBounds, getMapBounds, setBounds, setMapBounds
-
Methods inherited from class com.vaadin.flow.component.Component
addListener, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisible
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
GoogleMapsOverlayView
public GoogleMapsOverlayView(ViewOverlayView viewOverlayView)
-
-
Method Detail
-
getSouthWest
public GeoCoordinate getSouthWest()
Description copied from interface:MapOverlayView
Gets the south-west.- Specified by:
getSouthWest
in interfaceMapOverlayView
-
setSouthWest
public void setSouthWest(GeoCoordinate southWest)
Description copied from interface:MapOverlayView
Sets the south-west.- Specified by:
setSouthWest
in interfaceMapOverlayView
-
getNorthEast
public GeoCoordinate getNorthEast()
Description copied from interface:MapOverlayView
Gets the north-east.- Specified by:
getNorthEast
in interfaceMapOverlayView
-
setNorthEast
public void setNorthEast(GeoCoordinate northEast)
Description copied from interface:MapOverlayView
Sets the north.east.- Specified by:
setNorthEast
in interfaceMapOverlayView
-
addComponent
public void addComponent(com.vaadin.flow.component.Component component)
Description copied from interface:MapOverlayView
Adds a component.- Specified by:
addComponent
in interfaceMapOverlayView
- Parameters:
component
- Component to add
-
-