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 Summary
ConstructorsConstructorDescriptionGoogleMapPoint(LatLon latlon) GoogleMapPoint(Double latitude, Double longitude) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetLatitude(Double latitude) voidsetLongitude(Double longitude) 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, setVisibleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.flow.component.AttachNotifier
addAttachListenerMethods inherited from interface com.vaadin.flow.component.DetachNotifier
addDetachListener
-
Constructor Details
-
GoogleMapPoint
-
GoogleMapPoint
-
-
Method Details
-
getLatitude
-
setLatitude
-
getLongitude
-
setLongitude
-