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 voidaddComponent(com.vaadin.flow.component.Component component)Adds a component.GeoCoordinategetNorthEast()Gets the north-east.GeoCoordinategetSouthWest()Gets the south-west.voidsetNorthEast(GeoCoordinate northEast)Sets the north.east.voidsetSouthWest(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:MapOverlayViewGets the south-west.- Specified by:
 getSouthWestin interfaceMapOverlayView
 
- 
setSouthWest
public void setSouthWest(GeoCoordinate southWest)
Description copied from interface:MapOverlayViewSets the south-west.- Specified by:
 setSouthWestin interfaceMapOverlayView
 
- 
getNorthEast
public GeoCoordinate getNorthEast()
Description copied from interface:MapOverlayViewGets the north-east.- Specified by:
 getNorthEastin interfaceMapOverlayView
 
- 
setNorthEast
public void setNorthEast(GeoCoordinate northEast)
Description copied from interface:MapOverlayViewSets the north.east.- Specified by:
 setNorthEastin interfaceMapOverlayView
 
- 
addComponent
public void addComponent(com.vaadin.flow.component.Component component)
Description copied from interface:MapOverlayViewAdds a component.- Specified by:
 addComponentin interfaceMapOverlayView- Parameters:
 component- Component to add
 
 - 
 
 -