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
finding intersection points for an irregular polygon gives center point as intersection point
The text was updated successfully, but these errors were encountered:
Hi @surapallikarthik, thanks for submitting this bug report. Do you have any data to reproduce this?
Sorry, something went wrong.
Polygon Points: [LatLng(latitude:45.526625, longitude:-122.679157), LatLng(latitude:45.526819, longitude:-122.672673), LatLng(latitude:45.521169, longitude:-122.679971), LatLng(latitude:45.521344, longitude:-122.673694),LatLng(latitude:45.526625, longitude:-122.679157),]
Line Points :line: [LatLng(latitude:45.519416, longitude:-122.674283), LatLng(latitude:45.52658, longitude:-122.670574)]
Got intersectionpoiints :[LatLng(latitude:45.521337, longitude:-122.67397), LatLng(latitude:45.521519, longitude:-122.673875), LatLng(latitude:45.523945, longitude:-122.676384)]
No branches or pull requests
finding intersection points for an irregular polygon gives center point as intersection point
The text was updated successfully, but these errors were encountered: