roadInfo property
Detailed road information with naming and classification.
Provides a prioritized list of road information including road names, route numbers, and shield/marker classifications. The list is ordered by ascending priority, with the most important road information last.
This information is essential for navigation displays, route guidance, and road signage representation in user interfaces.
Returns
- List<RoadInfo>: Ordered list of road information (ascending priority)
See also:
- RoadInfo: Road information structure
- RoadShieldType: Road classification and shield types
Implementation
List<RoadInfo> get roadInfo;