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

Add ShapeAnnotationsExample #359

Closed captainbarbosa closed 4 years ago

captainbarbosa commented 4 years ago

Adds a new example to showcase how to add three types of annotations to one map, all with callouts:

Screenshot 2019-09-19 16 28 14

This example was made in part to subsume DefaultCalloutExample, PolygonAnnotationExample, and LineAnnotationGeoJSONExample (although this example doesn't add data from parsed GeoJSON, we have other examples of this already).

captainbarbosa commented 4 years ago

yes