SnapCar.Address
An address (typically for pick up or drop off).
Table of Contents
- Properties
Constructor
SnapCar.Address
(
-
name
-
city
-
postalCode
-
country
Parameters:
-
name
StringThe name of the address. Typically the number and street name.
-
city
StringThe city.
-
postalCode
StringThe postal code.
-
country
StringThe country.
Properties
city
String
const
The city.
country
String
const
The country.
name
String
const
The name of the address. Typically the number and street name.
postalCode
String
const
The postal code.