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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Is there a reason that MGLGeoJSONSource hasn't a constructor without options:?
Because I often find my self using the constructor without the need of providing options.
Hi @rmnblm. MGLGeoJSONSource lost its option-less initializers in #6588. It will gain another initializer in #6302. We currently don't plan to add an option-less version of each designated initializer.
Happily, in Swift, you can mitigate this in your app by extending MGLGeoJSONSource and adding a convenience initializer to wrap MGLGeoJSONSource(identifier:URL:options:).
Is there a reason that MGLGeoJSONSource hasn't a constructor without
options:
?Because I often find my self using the constructor without the need of providing options.
The text was updated successfully, but these errors were encountered: