init(startButtonTitle:additionalRoutesButtonTitle:overviewButtonTitle:)
Creates a trip preview text configuration object.
Declaration
init(startButtonTitle: String?, additionalRoutesButtonTitle: String?, overviewButtonTitle: String?)Parameters
- startButtonTitle:
The title to display on the start button. Set to
nilto display the system-provided title. - additionalRoutesButtonTitle:
The title to display on the routes button. Set to
nilto display the system-provided title. - overviewButtonTitle:
The title to display on the overview button. Set to
nilto display the system-provided title.
Return Value
A newly initialized trip preview text configuration.