Giter VIP home page Giter VIP logo

Comments (3)

gigalala avatar gigalala commented on June 26, 2024

it gives incorrect answer anyways. I compared with online tools and with js package

from maps_toolkit.

vkbaloda avatar vkbaloda commented on June 26, 2024

yes, it's giving wrong for me too. The unit is square meters, it's given in the method comments.

from maps_toolkit.

kb0 avatar kb0 commented on June 26, 2024

Yes it's square meters. And polygon must be "closed", i.e. first point = last point, for ex.:

    final p1 = LatLng(45.153474463955796, 39.33852195739747);
    final p2 = LatLng(45.153474463955796, 39.33972358703614);
    final p3 = LatLng(45.15252112936569, 39.33972358703614);
    final p4 = LatLng(45.1525022138355, 39.3385460972786);

    expect(
        SphericalUtil.computeArea([p1, p2, p3, p4, p1]),
        closeTo(9987, 1));

from maps_toolkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.