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