SnapCar.Location
A location representing an address as well as its GPS coordinate.
Constructor
SnapCar.Location
	
		
			(
	
	
	- 
					
						lat
- 
					
						lng
- 
					
						address
Parameters:
- 
					
						latNumberThe location latitude. 
- 
					
						lngNumberThe location longitude. 
- 
					
						addressSnapCar.AddressThe location address. 
Properties
lat
    Float
    
    
    
        const
    
    
    
    The location latitude.
lng
    Float
    
    
    
        const
    
    
    
    The location longitude.