-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Test and document willStartLoading
& didFinishLoading
delegate methods
#2706
Conversation
Going to wait for the |
This doesn't necessarily need to wait for the MapKitization proposed in #2775, but that should be on the radar here. |
What’s left? Should this still be on the 3.0.0 milestone? |
I see two options:
I'm leaning towards option two, though either way developers will be able to access these methods. |
Just to restate, the issue is that these don't work reliably for tests, or always? Option two sounds better to me providing these work for users, and we'll continue to up our testing game across the whole framework, though we'd need to update |
Per #2775, these two callbacks (and the related load failure callbacks) don't work as a MapKit developer would expect — they reliably fire, but at the wrong times. |
Ok, I think we can roll this PR in then for 3.0.0. |
767c78c
to
f0022e6
Compare
Rebased & awaiting tests (even if this is just header doc changes). |
With #630 and #2627, the map loading notifications should be being sent from core MBGL, which means that the
mapViewWillStartLoadingMap:
&mapViewDidFinishLoadingMap:
delegate methods that already exist inMGLMapViewDelegate
should be ready for use./cc @incanus @1ec5