Sha256: 532ac073f5bc8bcd6cad480c3c42be36fc3517bf91f830b595e868e925ab539b
Contents?: true
Size: 526 Bytes
Versions: 23
Compression:
Stored size: 526 Bytes
Contents
/** * Abstract; not implemented. There is no explicit constructor; this class * merely serves to document the representation used by {@link pv.Geo.scale}. * * @class Represents a pair of geographic coordinates. * * @name pv.Geo.LatLng * @see pv.Geo.scale */ /** * The <i>latitude</i> coordinate in degrees; positive is North. * * @type number * @name pv.Geo.LatLng.prototype.lat */ /** * The <i>longitude</i> coordinate in degrees; positive is East. * * @type number * @name pv.Geo.LatLng.prototype.lng */
Version data entries
23 entries across 23 versions & 1 rubygems