Uses of Class
com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker
Packages that use GoogleMapMarker
-
Uses of GoogleMapMarker in com.flowingcode.vaadin.addons.googlemaps
Methods in com.flowingcode.vaadin.addons.googlemaps that return GoogleMapMarkerModifier and TypeMethodDescriptionGoogleMap.addMarker(String caption, LatLon position, boolean draggable, GoogleMapIcon icon) Adds a new marker to the map.Adds a new marker to the map.Methods in com.flowingcode.vaadin.addons.googlemaps with parameters of type GoogleMapMarkerModifier and TypeMethodDescriptionvoidGoogleMap.addMarker(GoogleMapMarker marker) Adds a marker to the map.voidGoogleMap.removeMarker(GoogleMapMarker marker) Constructors in com.flowingcode.vaadin.addons.googlemaps with parameters of type GoogleMapMarkerModifierConstructorDescriptionDragEndEvent(GoogleMapMarker source, boolean fromClient, elemental.json.JsonValue latLng) GoogleMapMarkerClickEvent(GoogleMapMarker source, boolean fromClient, elemental.json.JsonValue latLng) GoogleMapMarkerRightClickEvent(GoogleMapMarker source, boolean fromClient, int screenX, int screenY, int clientX, int clientY, int clickCount, int button, boolean ctrlKey, boolean shiftKey, boolean altKey, boolean metaKey, elemental.json.JsonValue latLng)