Class Coordinate

    • Constructor Detail

      • Coordinate

        public Coordinate()
      • Coordinate

        public Coordinate​(Coordinate source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getLat

        public Float getLat()
        Get 纬度
        Returns:
        Lat 纬度
      • setLat

        public void setLat​(Float Lat)
        Set 纬度
        Parameters:
        Lat - 纬度
      • getLng

        public Float getLng()
        Get 经度
        Returns:
        Lng 经度
      • setLng

        public void setLng​(Float Lng)
        Set 经度
        Parameters:
        Lng - 经度