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 itsroutingType
properties and sets theselectedItemIndex
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 }
-
Declaration
Swift
public func optionItemDidChange(_ item: OptionItem)