java.lang.Object
com.flowingcode.vaadin.addons.googlemaps.LatLon
All Implemented Interfaces:
Serializable

public class LatLon extends Object implements Serializable
Class representing coordinates of a point.
See Also:
  • Constructor Details

    • LatLon

      public LatLon()
    • LatLon

      public LatLon(double lat, double lon)
  • Method Details

    • getLat

      public double getLat()
    • setLat

      public void setLat(double lat)
    • getLon

      public double getLon()
    • setLon

      public void setLon(double lon)
    • toString

      public String toString()
      Overrides:
      toString in class Object