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

Implement the api internals for circle layer based annotations. #9

Closed fabian-guerra closed 5 years ago

fabian-guerra commented 5 years ago

Implemented the base logic for source and layer creation in MGLAnnotationController. When a controller is created, creates a source with an empty shape to be passed to the style layer. Each annotation’s controller child is responsible for creating the layer.

Implemented the basic internals for layout properties.