We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
it gives incorrect answer anyways. I compared with online tools and with js package
Sorry, something went wrong.
yes, it's giving wrong for me too. The unit is square meters, it's given in the method comments.
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));
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: