As in mapbox/MapboxStatic.swift#19, the access token should be optional. When no access token is explicitly passed into MBGeocoder’s initializer, this library should get it from the MGLMapboxAccessToken key in the main bundle’s Info.plist, just like the Mapbox iOS SDK does.
/cc @friedbunny
As in mapbox/MapboxStatic.swift#19, the access token should be optional. When no access token is explicitly passed into MBGeocoder’s initializer, this library should get it from the
MGLMapboxAccessTokenkey in the main bundle’s Info.plist, just like the Mapbox iOS SDK does./cc @friedbunny