Class pv.Geo.LatLng
				
				
			
				Represents a pair of geographic coordinates.
				
				
					
Defined in:  LatLng.js.
				
			
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| 
							
							 Abstract; not implemented. 
						 | 
					
| Field Attributes | Field Name and Description | 
|---|---|
| 
								
								 The latitude coordinate in degrees; positive is North. 
							 | 
						|
| 
								
								 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.