mapbox / mapbox-annotation-extension

Framework extensions that can be used with the Mapbox Maps SDK for iOS.
ISC License
11 stars 18 forks source link

Not able to display a circle annotation #71

Closed dsouzax closed 3 years ago

dsouzax commented 3 years ago

I'm working on a project in college where I am trying to display some circle annotations. Have been able to show the default annotations which are available. Have been trying to change it to a circle but haven't been successful. Can anyone help ?

captainbarbosa commented 3 years ago

@dsouzax Have a look at the example included with this project, it illustrates how to add all annotations types (including a circle): https://github.com/mapbox/mapbox-annotation-extension/blob/master/annotationapp/Controllers/MapViewController.swift#L51-L62

Hope this helps.