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, double lat, double lon) Creates a new event with the drag end coordinates as separate lat/lon values.DragEndEvent(GoogleMapMarker source, boolean fromClient, elemental.json.JsonValue latLng) Deprecated.since 2.6.0, for removal.GoogleMapMarkerClickEvent(GoogleMapMarker source, boolean fromClient, double lat, double lon) Creates a new event with the click coordinates as separate lat/lon values.GoogleMapMarkerClickEvent(GoogleMapMarker source, boolean fromClient, elemental.json.JsonValue latLng) Deprecated.since 2.6.0, for removal.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, double lat, double lon) Creates a new event with the right click coordinates as separate lat/lon values.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) Deprecated.since 2.6.0, for removal.