Class 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
    • 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, getUI, hasListener, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisible
      • Methods inherited from interface com.vaadin.flow.component.AttachNotifier

        addAttachListener
      • Methods inherited from interface com.vaadin.flow.component.DetachNotifier

        addDetachListener
      • Methods inherited from interface com.vaadin.flow.component.HasComponents

        add, add, addComponentAsFirst, addComponentAtIndex, remove, removeAll
      • Methods inherited from interface com.vaadin.flow.component.HasElement

        getElement
      • Methods inherited from interface com.vaadin.flow.component.HasEnabled

        isEnabled, setEnabled