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
If no host is passed into Snapshot(options:accessToken:host:), the fallback hostname should be either api.mapbox.com or api.mapbox.cn depending on the value of MGLMapboxAPIBaseURL in Info.plist:
If no
host
is passed intoSnapshot(options:accessToken:host:)
, the fallback hostname should be either api.mapbox.com or api.mapbox.cn depending on the value ofMGLMapboxAPIBaseURL
in Info.plist:MapboxStatic.swift/MapboxStatic/Snapshot.swift
Line 114 in 32a32ef
This would be consistent with how we read the access token out of Info.plist:
MapboxStatic.swift/MapboxStatic/Snapshot.swift
Lines 14 to 15 in 32a32ef
/ref mapbox/MapboxGeocoder.swift#107
/cc @m-stephen
The text was updated successfully, but these errors were encountered: