Uses of Class
com.flowingcode.vaadin.addons.googlemaps.LatLon
Packages that use LatLon
-
Uses of LatLon in com.flowingcode.vaadin.addons.googlemaps
Methods in com.flowingcode.vaadin.addons.googlemaps that return LatLonModifier and TypeMethodDescriptionGoogleMap.getCenter()Returns the current position of the center of the map.GoogleMapMarker.getPosition()Returns the position of the marker.Methods in com.flowingcode.vaadin.addons.googlemaps with parameters of type LatLonModifier 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.voidSets the center of the map to the given coordinates.voidGoogleMapMarker.setPosition(LatLon position) Sets the position of the marker.Constructors in com.flowingcode.vaadin.addons.googlemaps with parameters of type LatLonModifierConstructorDescriptionGoogleMapMarker(String caption, LatLon position, boolean draggable) Instantiates a new GoogleMapMarkerGoogleMapMarker(String caption, LatLon position, boolean draggable, GoogleMapIcon icon) Instantiates a new GoogleMapMarkerGoogleMapMarker(String caption, LatLon position, boolean draggable, String iconUrl) Instantiates a new GoogleMapMarkerGoogleMapPoint(LatLon latlon)