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
NMARoutingModeobject. The panel reflects itsroutingTypeproperties and sets theselectedItemIndexbased 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)
View on GitHub
RouteTypeOptionsPanel Class Reference