{"id":23536644,"url":"https://github.com/ayyshim/lop_polyutil","last_synced_at":"2026-04-30T13:33:36.057Z","repository":{"id":56834265,"uuid":"234311799","full_name":"ayyshim/lop_polyutil","owner":"ayyshim","description":"Checkout new and extended version of this plugin","archived":false,"fork":false,"pushed_at":"2020-01-16T12:23:57.000Z","size":131,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-19T12:28:13.869Z","etag":null,"topics":["flutter","flutter-plugin","polyutil"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/google_map_polyutil","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ayyshim.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-16T12:08:19.000Z","updated_at":"2020-01-17T10:22:36.000Z","dependencies_parsed_at":"2022-09-10T04:17:05.923Z","dependency_job_id":null,"html_url":"https://github.com/ayyshim/lop_polyutil","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ayyshim/lop_polyutil","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayyshim%2Flop_polyutil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayyshim%2Flop_polyutil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayyshim%2Flop_polyutil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayyshim%2Flop_polyutil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ayyshim","download_url":"https://codeload.github.com/ayyshim/lop_polyutil/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayyshim%2Flop_polyutil/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32466333,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flutter","flutter-plugin","polyutil"],"created_at":"2024-12-26T02:29:50.897Z","updated_at":"2026-04-30T13:33:36.040Z","avatar_url":"https://github.com/ayyshim.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lop_polyutil\n\n**LopPolyutil** is an implementation of `isLocationOnPath()` google map PolyUtil method.\n\n## Usage\n\nImport `package:lop_polyutil/lop_polyutil.dart` and then call a static method `isLocationOnPath` which will return a _boolean_.\n\n```dart\n// import package\nimport 'package:lop_polyutil/lop_polyutil.dart';\n\n// Prepare arguments to pass.\n// It takes 2 @required and 1 optional arguments.\n\n// List of LatLng\nList\u003cLatLng\u003e paths = [];\npaths.add(LatLng(0,0));\npaths.add(LatLng(0,1));\npaths.add(LatLng(0,2));\npaths.add(LatLng(0,4));\n\n// Coordinate you want to check if it lies within or near path.\nLatLng point = LatLng(0, 3);\n\n// radius is optional argument. By default radius is set at 200 meters.\ndouble radius = 200;\n\n// isLocationOnPath a Future method so we will use .then()\nLopPolyutil.isLocationOnPath(path: paths, point: point, radius: radius)\n    .then((result) {\n      \tif(result == true) {\n    \t\t// things you can do when point is within or near path goes here...\n\t\t} else {\n    \t\t// things you can do when point isn't within or near path goes here...\n\t\t}\n    });\n\n```\n\n## Author\n\n**[Ashim Upadhaya](https://github.com/ayyshim)**\n\n#### Note\n\nThis plugin is not supported by ios yet.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayyshim%2Flop_polyutil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayyshim%2Flop_polyutil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayyshim%2Flop_polyutil/lists"}