Skip to content

Commit fca548b

Browse files
committed
Update text color property color
1 parent 85ab0b8 commit fca548b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/MapboxCoreNavigation/EHorizon/RoadShield.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ public struct RoadShield: Equatable {
1717
/// The shield text.
1818
public let name: String
1919

20-
/// The shield text color.
20+
/// The string indicating the color of the text to be rendered on the route shield, e.g. "black".
2121
public let textColor: String
2222

2323
/// Creates a new `Shield` instance.
2424
/// - Parameters:
2525
/// - baseUrl: The base url for a shield image.
2626
/// - displayRef: The shield display reference.
2727
/// - name: The shield text.
28-
/// - textColor: The shield text color.
28+
/// - textColor: The string indicating the color of the text to be rendered on the route shield.
2929
public init(baseUrl: String, displayRef: String, name: String, textColor: String) {
3030
self.baseUrl = baseUrl
3131
self.displayRef = displayRef

0 commit comments

Comments
 (0)