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

Remove DefaultAnnotationExample #362

Closed captainbarbosa closed 4 years ago

captainbarbosa commented 4 years ago

...in favor of the example added in https://github.com/mapbox/ios-sdk-examples/pull/359, which shows not only how to display a callout with just the default point annotation but also line and polygon annotations.

Must merge after https://github.com/mapbox/ios-sdk-examples/pull/359.

captainbarbosa commented 4 years ago

I got this confused with DefaultAnnotationExample, which doesn't use accessory views. The PR has been updated to reflect this. We should definitely keep DefaultCalloutExample, and rename it to something more descriptive of the purpose it serves.