MapboxSpeedInfoOptions
Specifies options for rendering MapboxSpeedInfoView.
Parameters
If set to true MapboxSpeedInfoView will render the unit for posted speed limit for MUTCD convention either in MPH or KM/H based on UnitType.IMPERIAL or UnitType.METRIC. Default value is true.
If set to true MapboxSpeedInfoView will render the text "Speed Limit" for MUTCD convention. Default value is false.
applies styles to MapboxSpeedInfoView
If set to true MapboxSpeedInfoView will render the posted speed with text "--". Default value is false.
MapboxSpeedInfoView will always render in Vienna convention if renderWithSpeedSign is assigned to SpeedLimitSign.VIENNA irrespective of the geography user is currently located in. Similarly, MapboxSpeedInfoView will always render in Mutcd convention if renderWithSpeedSign is assigned to SpeedLimitSign.MUTCD irrespective of the geography user is currently located in. If renderWithSpeedSign is assigned to null, MapboxSpeedInfoView will render according to users current geography. Default value is null.
MapboxSpeedInfoView will render user's current speed relative to posted speed limit according to the value assigned to currentSpeedDirection. Default value is set to CurrentSpeedDirection.BOTTOM
Types
Builder of MapboxSpeedInfoOptions