-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged #1
Merged #1
Commits on Jul 2, 2020
-
Expose CompassViewPosition flutter-mapbox-gl#344 (flutter-mapbox-gl#346)
Co-authored-by: emre.yalcin <emre.yalcin@netcad.com.tr>
Configuration menu - View commit details
-
Copy full SHA for af326c9 - Browse repository at this point
Copy the full SHA af326c9View commit details
Commits on Jul 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 576d28e - Browse repository at this point
Copy the full SHA 576d28eView commit details
Commits on Jul 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d5e9372 - Browse repository at this point
Copy the full SHA d5e9372View commit details
Commits on Sep 6, 2020
-
Release 0.8.0 (flutter-mapbox-gl#390)
* [release] update CHANGELOG.md for release of v0.8.0 * [release] update version numbers to v0.8.0
Configuration menu - View commit details
-
Copy full SHA for 700bf2d - Browse repository at this point
Copy the full SHA 700bf2dView commit details -
Update CONTRIBUTING.md (flutter-mapbox-gl#401)
Fix stale pull, issues & changelog urls in the contributing guide.
Configuration menu - View commit details
-
Copy full SHA for 7ddf77f - Browse repository at this point
Copy the full SHA 7ddf77fView commit details
Commits on Sep 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fb573d4 - Browse repository at this point
Copy the full SHA fb573d4View commit details -
Split padding values in CameraUpdate.newLatLngBounds() (flutter-mapbo…
…x-gl#382) * Split padding values in CameraUpdate.newLatLngBounds() * Remove old unused code Co-authored-by: Tobrun <tobrun.van.nuland@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1835210 - Browse repository at this point
Copy the full SHA 1835210View commit details -
Configuration menu - View commit details
-
Copy full SHA for 389d7b2 - Browse repository at this point
Copy the full SHA 389d7b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea199c7 - Browse repository at this point
Copy the full SHA ea199c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99b28ce - Browse repository at this point
Copy the full SHA 99b28ceView commit details -
Add methods to access projection (flutter-mapbox-gl#380)
* remove bitmap; add projection access * Replace ScreenLocation with Point; expand iOS implementation * fix iOS with guard let * iOS: cast to NSObject * fix typo * round result of toScreenLocation() * Revert "round result of toScreenLocation()" This reverts commit 838726a. * Docs: document rounding behaviour
Configuration menu - View commit details
-
Copy full SHA for 10788a7 - Browse repository at this point
Copy the full SHA 10788a7View commit details
Commits on Oct 24, 2020
-
Add Fill API support (flutter-mapbox-gl#49)
* [flutter] [android] - add fill support * Resolved merge conflict. * A first working version for ios (after some extensive rebasing). * Minor cleanup * Minor cleanup. * Fix broken build Android. * A working version for Android. * Minor cleanup. * Added fill pattern example. Works on Android not on iOS. Seems to break consecutive fills though. * For the first queried feature (when filter is set) create a fill. * Fix lint issue (unused method). * Updated code formatting. * Added interior polygon to iOS. * [docs] update readme support table * fixup Co-authored-by: Timothy Sealy <timothy.sealy@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 95b7d7b - Browse repository at this point
Copy the full SHA 95b7d7bView commit details -
Listen to OnUserLocationUpdated to provide user location to app (flut…
…ter-mapbox-gl#237) * Listen to OnUserLocationUpdated to provide user location to app While the `myLocationEnabled` property is set to `true`, this method is called whenever a new location update is received by the map view. iOS only, needs Android. I did check that the location properties carried here are also provided in Android's [Location][1] object. [1]: https://developer.android.com/reference/android/location/Location * add android, web; fix conflicts Co-authored-by: m0nac0 <58807793+m0nac0@users.noreply.github.com> Co-authored-by: Tobrun <tobrun.van.nuland@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6ed4cfe - Browse repository at this point
Copy the full SHA 6ed4cfeView commit details -
fix: correct bug on android where checking on activity lifecycles tha…
…t were disposed (flutter-mapbox-gl#266) Co-authored-by: leo cornillon <leo.cornillon.dev@gmail.com> Co-authored-by: m0nac0 <58807793+m0nac0@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2dd2054 - Browse repository at this point
Copy the full SHA 2dd2054View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82e184a - Browse repository at this point
Copy the full SHA 82e184aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0492dc - Browse repository at this point
Copy the full SHA c0492dcView commit details -
Basic ImageSource Support (flutter-mapbox-gl#409)
* Introduce LatLngQuad Introduce the LatLngQuad object which will be useful to pass in all the required parameters to the addSource() method we will define later. * Introduce addSource() Method Add the addSource(..) method to the mapbox_gl_platform_interface.dart * Add addSource MethodChannel * Place ImageSource Android - Introduce the PlaceSource page as a playground - Add 'addImageSource', 'removeImageSource', 'addLayer' & 'removeLayer' apis - Implement Android platform interface * iOS ImageSource Implementation Implement addImageSource, removeImageSource, addLayer & removeLayer on iOS. * Fix iOS CoordinateQuad Mapping Co-authored-by: Tobrun <tobrun.van.nuland@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3107296 - Browse repository at this point
Copy the full SHA 3107296View commit details -
Get meters per pixel at latitude (flutter-mapbox-gl#416)
* fix git refferences * fix git refferences * implementation of getMetersPerPixelAtLatitude * getMetersPerPixelAtLatitude * fix refference paths * Android implementation and Example updated. * added comments to getMetersPerPixelAtLatitude method * IOS implementation * Removed modified lines from pubspec.yaml files * web implementation Co-authored-by: Tobrun <tobrun.van.nuland@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8f9838f - Browse repository at this point
Copy the full SHA 8f9838fView commit details -
fix onStyleLoadedCallback (flutter-mapbox-gl#418)
* fix onStyleLoadedCallback * fix onStyleLoadedCallback called before onMapCreated Co-authored-by: Tobrun <tobrun.van.nuland@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1f849aa - Browse repository at this point
Copy the full SHA 1f849aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63c0f52 - Browse repository at this point
Copy the full SHA 63c0f52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 912463e - Browse repository at this point
Copy the full SHA 912463eView commit details
Commits on Nov 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7861b62 - Browse repository at this point
Copy the full SHA 7861b62View commit details
Commits on Nov 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5fb26bd - Browse repository at this point
Copy the full SHA 5fb26bdView commit details