mapbox / ios-sdk-examples

Live example code for the Mapbox iOS SDK
https://www.mapbox.com/ios-sdk/examples/
Other
95 stars 35 forks source link

[Feedback] Show how to add live data using features constructor #405

Closed sentry-io[bot] closed 3 years ago

sentry-io[bot] commented 3 years ago

Sentry Issue: DOCS-FEEDBACK-20M

You only deal with the circumstance where the user is using a source from a URL, what if they are using the features constructor? How do I update a source then?
captainbarbosa commented 3 years ago

Closing as not actionable since we do have an example of updating sources that were created with local data: https://github.com/mapbox/ios-sdk-examples/blob/main/Examples/Swift/AnimatedLineExample.swift (live example here).