We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb79cf5 commit 672f8fcCopy full SHA for 672f8fc
Sources/MapboxDirections/AdministrationRegion.swift
@@ -11,7 +11,7 @@ public struct AdministrationRegion: Codable, Equatable {
11
case countryCode = "iso_3166_1"
12
}
13
14
- public var countryCodeAlpha3: String
+ public var countryCodeAlpha3: String?
15
public var countryCode: String
16
17
public init(countryCode: String, countryCodeAlpha3: String) {
0 commit comments