Check whether coordinates fall inside a polygon or boundary. Paste a GeoJSON Polygon/MultiPolygon (or lat,lng vertices) and a list of points — single or batch. / ពិនិត្យថាតើកូអរដោនេស្ថិតនៅក្នុងពហុកោណ ឬព្រំដែនដែរឬទេ។ បិទភ្ជាប់ GeoJSON Polygon/MultiPolygon (ឬចំណុច lat,lng) និងបញ្ជីចំណុច — មួយ ឬច្រើន។
| Point / ចំណុច | Label / ស្លាក | Result / លទ្ធផល |
|---|---|---|
| 11.5564, 104.9282 | Central Market | inside / នៅក្នុង |
| 11.6, 104.9 | North point | outside / នៅក្រៅ |
Uses the ray-casting test in longitude/latitude space — accurate for local boundaries; very large polygons spanning the antimeridian or poles are not handled. GeoJSON coordinates are read as [longitude, latitude]; plain lines as lat,lng. Polygon holes are respected. / ប្រើវិធីបាញ់កាំរស្មីក្នុងលំហ រយៈបណ្តោយ/រយៈទទឹង — ត្រឹមត្រូវសម្រាប់ព្រំដែនតំបន់; ពហុកោណធំឆ្លងកាត់បន្ទាត់ផ្ទុយ ឬប៉ូលមិនត្រូវបានដោះស្រាយទេ។ កូអរដោនេ GeoJSON អានជា [រយៈបណ្តោយ, រយៈទទឹង]; បន្ទាត់ធម្មតាជា lat,lng។ រន្ធក្នុងពហុកោណត្រូវបានគោរព។