getShieldText abstract method

String getShieldText(
  1. LocalizedRoadNumber roadNumber
)

Converts full route number to the value to be displayed on the road shield.

The results are based on country code and state code of Span object and route type of passed road_number argument.

  • roadNumber Route number to convert to shield text.

Returns String. Text on the road shield to display.

Implementation

String getShieldText(LocalizedRoadNumber roadNumber);