RouteTypeOptionsPanel

@IBDesignable
open class RouteTypeOptionsPanel : OptionsPanel

An options panel for displaying the route type options of a routing mode.

See also

NMARoutingMode.routingType
  • A string that can be used to represent the panel.

    Declaration

    Swift

    public static let name: String
  • The underlying NMARoutingMode object. The panel reflects its routingType properties and sets the selectedItemIndex based on it.

    Declaration

    Swift

    public var routingMode: NMARoutingMode! { get set }
  • The delegate object is responsible for customizing the panel.

    Declaration

    Swift

    public weak var pickerDelegate: PickerViewDelegate? { get set }