TruckOptionsPanel
@IBDesignable
open class TruckOptionsPanel : OptionsPanel
An options panel for displaying the truck options of a routing mode.
See also
NMARoutingMode-
A string that can be used to represent the panel.
Declaration
Swift
public static let name: String -
The underlying
NMARoutingModeobject. The panel reflects it.Declaration
Swift
public var routingMode: NMARoutingMode! { get set } -
The presenter object is responsible for presenting the
NumericOptionIteminput boxes.Declaration
Swift
public var presenter: UIViewController? { get set } -
The delegate object is responsible for customizing the
SingleChoiceOptionItemobjects.Declaration
Swift
public weak var pickerDelegate: PickerViewDelegate? { get set }
-
Declaration
Swift
public func optionItemDidChange(_ item: OptionItem)
View on GitHub
TruckOptionsPanel Class Reference