Class GoogleMapPoint

java.lang.Object
com.vaadin.flow.component.Component
com.flowingcode.vaadin.addons.googlemaps.GoogleMapPoint
All Implemented Interfaces:
AttachNotifier, DetachNotifier, HasElement, Serializable

@Tag("google-map-point") @JsModule("@flowingcode/google-map/google-map-point.js") @NpmPackage(value="@flowingcode/google-map",version="3.8.2") @NpmPackage(value="@googlemaps/markerclusterer",version="2.0.8") public class GoogleMapPoint extends Component
See Also:
  • Constructor Details

    • GoogleMapPoint

      public GoogleMapPoint(LatLon latlon)
    • GoogleMapPoint

      public GoogleMapPoint(Double latitude, Double longitude)
  • Method Details

    • getLatitude

      public Double getLatitude()
    • setLatitude

      public void setLatitude(Double latitude)
    • getLongitude

      public Double getLongitude()
    • setLongitude

      public void setLongitude(Double longitude)