Skip to content

Commit 672f8fc

Browse files
committed
ISO 3166-1 alpha-3 code not supported by some versions of MapboxNavigationNative
1 parent eb79cf5 commit 672f8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/MapboxDirections/AdministrationRegion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public struct AdministrationRegion: Codable, Equatable {
1111
case countryCode = "iso_3166_1"
1212
}
1313

14-
public var countryCodeAlpha3: String
14+
public var countryCodeAlpha3: String?
1515
public var countryCode: String
1616

1717
public init(countryCode: String, countryCodeAlpha3: String) {

0 commit comments

Comments
 (0)