You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The public Directions(accessToken:host:) initializer accepts an access token and API endpoint hostname, but the corresponding accessToken and apiEndpoint properties are internal. It’s awkward for a configuration option to be write-only.
The public
Directions(accessToken:host:)
initializer accepts an access token and API endpoint hostname, but the correspondingaccessToken
andapiEndpoint
properties are internal. It’s awkward for a configuration option to be write-only.https://github.com/mapbox/MapboxDirections.swift/blob/6bf93daa11ed21b2b31352f199ac1316fb1c287b/MapboxDirections/MBDirections.swift#L93-L97
/cc @mapbox/navigation-ios
The text was updated successfully, but these errors were encountered: