Class GLatLng

java.lang.Object
org.wicketstuff.gmap.api.GLatLng
All Implemented Interfaces:
Serializable, GValue

public class GLatLng extends Object implements GValue
Represents an Google Maps API's LatLng.
See Also:
  • Constructor Details

    • GLatLng

      public GLatLng(double lat, double lng)
      Construct.
      Parameters:
      lat -
      lng -
    • GLatLng

      public GLatLng(double lat, double lng, boolean unbounded)
      Construct.
      Parameters:
      lat -
      lng -
      unbounded -
  • Method Details