yandex / mapkit-android-demo

MapKit Android demo
Other
121 stars 59 forks source link

what is OID ? #260

Closed usmanovrustam closed 3 years ago

usmanovrustam commented 3 years ago

I wanted to launch by parsing the URL. and this was done successfully. but something interests me. What does it mean when there is a similar query on the Yandex link oid = 123213425321451

for example : yandexmaps://maps.yandex.ru/?ll=69.325004,41.273548&mode=routes&rtext=41.324292,69.288802~41.271802,69.276534&rtt=auto&ruri=ymapsbm1://org?oid=32091843849~ymapsbm1://org?oid=101329059990&z=12.22

elricbk commented 3 years ago

This is a part of the organization's URI: ymapsbm1://org?oid=32091843849. URI is an opaque string used to identify geoobjects. For example when obtained from search or suggest results it could be used in SearchManager.resolveURI method.