A
A
Alisher Aidarkhan2020-07-03 10:40:59
JavaScript
Alisher Aidarkhan, 2020-07-03 10:40:59

Find out if a point is in a certain area?

geometry: {
    type: "Polygon",
    coordinates: [
        [
            [43.24347118056361, 76.94822342829173],
            [43.246488589265574, 76.94783220405475],
            ...
        ]
    ]
}


There is a given polygon (Territory). How to determine whether a certain coordinate (Point) is located on this territory?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
freeExec, 2020-07-03
@alikenski

Read the polygon methods in the documentation
https://tech.yandex.ru/maps/doc/archive/jsapi/2.0/...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question