Class GeoPoint

java.lang.Object
cn.mapway.geo.geometry.GeoObject
cn.mapway.geo.geometry.GeoPoint
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, Serializable

public class GeoPoint extends GeoObject implements com.google.gwt.user.client.rpc.IsSerializable
GeoPoint
Author:
zhangjianshe@gmail.com
See Also:
  • Field Details

    • x

      public double x
    • y

      public double y
  • Constructor Details

    • GeoPoint

      public GeoPoint()
    • GeoPoint

      public GeoPoint(double x, double y)
  • Method Details