SnapCar.SpecialArea
Describes an area with specific meeting points that the rider may select to help him finding his driver at specific pick up locations.
Table of Contents
Constructor
SnapCar.SpecialArea
()
Properties
areaType
String
const
The type of special area. Can either be a station, an airport or a regular area. Refer to the SnapCar.SpecialAreaTypes values.
Example:
"airport"
id
String
const
Unique identifier.
meetingPoints
ArrayAn array of meeting points in which the user can select his preferred one if the user hasn't enabled the nameboard option.
meetingPointsNameboard
ArrayAn array of meeting points in which the user can select his preferred one if the user has enabled the nameboard option.
name
String
const
Localized short name that briefly describes the area.
selectionRequired
Boolean
const
Indicates if the user is required to select a meeting point for this area.