Interface MapOverlayView

  • All Known Implementing Classes:
    GoogleMapsOverlayView, ViewOverlayView

    public interface MapOverlayView
    Represents a overlay view on the map
    Author:
    Johny Andres Ortega Ruiz <johny.ortega@kuwaiba.org>
    • Method Detail

      • getSouthWest

        GeoCoordinate getSouthWest()
        Gets the south-west.
      • setSouthWest

        void setSouthWest​(GeoCoordinate southWest)
        Sets the south-west.
        Parameters:
        southWest -
      • getNorthEast

        GeoCoordinate getNorthEast()
        Gets the north-east.
      • setNorthEast

        void setNorthEast​(GeoCoordinate northEast)
        Sets the north.east.
        Parameters:
        northEast -
      • addComponent

        void addComponent​(com.vaadin.flow.component.Component component)
        Adds a component.
        Parameters:
        component - Component to add