A
A
aybekko972017-06-20 14:24:01
Cartography
aybekko97, 2017-06-20 14:24:01

Extracting the coordinates (longitude, width) of a tag from an attached Yandex map?

How can I parse the coordinate data of the label (house icon) from the map.
https://krisha.kz/a/show/25234817
the map appears when you click on "show on the map".
possible in any language.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2017-06-20
@aybekko97

in the console (JavaScript) of the browser, it is enough to enter data.advert.map
in any language - you must first get JSON from the page script

<script>
        var data = {.....};
    </script>

https://regex101.com/r/5XiXRg/1
and then go through the parser library and pull out the object of interest

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question