You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
This isn't critical for b1, but should be a trivial lift. We should have a combined header much like MapKit now that we have not just MGLMapView.h but also MGLAnnotation.h for the annotation protocol (plus more in future). We should just include everything the developer needs in an MapboxGL.h.
Static library users will:
#import"MapboxGL.h"
Dynamic framework (#828) and CocoaPods users will:
#import<MapboxGL/MapboxGL.h>
Or:
import MapboxGL
The text was updated successfully, but these errors were encountered:
This isn't critical for b1, but should be a trivial lift. We should have a combined header much like MapKit now that we have not just
MGLMapView.h
but alsoMGLAnnotation.h
for the annotation protocol (plus more in future). We should just include everything the developer needs in anMapboxGL.h
.Static library users will:
Dynamic framework (#828) and CocoaPods users will:
Or:
The text was updated successfully, but these errors were encountered: