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
Copy file name to clipboardExpand all lines: MapboxGeocoder/MBGeocoder.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ open class Geocoder: NSObject {
129
129
To use this object, a Mapbox [access token](https://www.mapbox.com/help/define-access-token/) should be specified in the `MGLMapboxAccessToken` key in the main application bundle’s Info.plist.
130
130
*/
131
131
@objc(sharedGeocoder)
132
-
openstaticletshared=Geocoder(accessToken:nil)
132
+
publicstaticletshared=Geocoder(accessToken:nil)
133
133
134
134
/// The API endpoint to request the geocodes from.
0 commit comments