Skip to content
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

fix: allowed LatLngBounds.center to work across world boundary & added simpleCenter #1860

Merged
merged 6 commits into from
May 26, 2024

Commits on Mar 27, 2024

  1. fix: 1689 - fixed LatLngBounds.center and added simpleCenter

    Impacted files:
    * `latlng_bounds.dart`: fixed the computation of `center` according to referenced link; added a more intuitive `simpleCenter` method.
    * `latlng_bounds_test.dart`: added the tests that failed in the initial issue
    monsieurtanuki committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    f146a16 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    6b289e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    aa0179b View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    c89e317 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    9ee39b5 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    971f96b View commit details
    Browse the repository at this point in the history