Class Index | File Index

Classes


Class pv.Geo.LatLng

Represents a pair of geographic coordinates.
Defined in: LatLng.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Abstract; not implemented.
Field Summary
Field Attributes Field Name and Description
 
lat
The latitude coordinate in degrees; positive is North.
 
lng
The longitude coordinate in degrees; positive is East.
Class Detail
pv.Geo.LatLng()
Abstract; not implemented. There is no explicit constructor; this class merely serves to document the representation used by pv.Geo.scale.
See:
pv.Geo.scale
Field Detail
{number} lat
The latitude coordinate in degrees; positive is North.

{number} lng
The longitude coordinate in degrees; positive is East.

Documentation generated by JsDoc Toolkit 2.3.2 on Sun May 30 2010 18:10:24 GMT-0700 (PDT)