HazardousMaterialsOptionsPanel

@IBDesignable
open class HazardousMaterialsOptionsPanel : OptionsPanel

An options panel for displaying the hazardous material’s options available for NMARoutingMode.

See also

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

    Declaration

    Swift

    public static var name: String
  • The underlying NMARoutingMode object. The panel reflects its hazardousGoods properties and sets the selectedItemIndexes based on these route options.

    Declaration

    Swift

    public var routingMode: NMARoutingMode! { get set }