Jordan Kiley

Results 5 comments of Jordan Kiley

Thank you for your ticket. Your feedback is very helpful. We are working to improve our documentation across the board, including our examples. From your ticket, it looks like there...

Tested out getting the coordinate bounds with two methods, both of which seem to return the wrong value when the map is tilted or rotated. `MapboxMap.coordinateBounds(for: CGRect)` does seem related...

This should be fixed with #331.

Capturing that in order to do this, users need to use one set of coordinates that has a [longitude either greater than 180 or less than -180](https://github.com/mapbox/mapbox-gl-native/issues/10127#issuecomment-334330574).

I am working on this in https://github.com/mapbox/mapbox-gl-native/pull/13754. Because the events library [reads the API base URL from the `Info.plist`](https://github.com/mapbox/mapbox-events-ios/blob/master/MapboxMobileEvents/MMEAPIClient.m#L132), it may not be aware if users do set the API...