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 NMARoutingMode object. The panel reflects it.

    Declaration

    Swift

    public var routingMode: NMARoutingMode! { get set }
  • The presenter object is responsible for presenting the NumericOptionItem input boxes.

    Declaration

    Swift

    public var presenter: UIViewController? { get set }
  • The delegate object is responsible for customizing the SingleChoiceOptionItem objects.

    Declaration

    Swift

    public weak var pickerDelegate: PickerViewDelegate? { get set }