Questions tagged [yandex-api]

Web APIs from Russian internet company Yandex (Яндекс), including Maps, Money, Metrica, Direct, Disk, and Webmaster

Yandex (Яндекс, Jandeks) is a Russian search engine and internet company. They provide a set of APIs, mostly s for web developers. The APIs are based on popular Yandex consumer products, including Yandex.Maps, Yandex.Money, Yandex.Metrica, Yandex.Direct, Yandex.Disk, and Yandex.Webmaster.

102 questions
1
vote
1 answer

Getting an address of point on click within polygon in yandex map

I'm using yandex map to identify whether address is inside of particular company's delivery zone. I've found already working sample (yandex delivery zone api) with drawing polygons in map. It works well, but I need to get an delivery address inside…
Zhandos
  • 279
  • 1
  • 2
  • 16
1
vote
0 answers

Problems with map's script API

I'm trying to use maps api (yandex but I have seen similar problem in google maps too) and include its script in head: site
Anton Chekmarev
  • 61
  • 1
  • 1
  • 3
1
vote
0 answers

How do I map translated text?

This is the link https://translate.googleapis.com/translate_a/single?client=gtx&sl=en&tl=hi&dt=t&q=%20Hello%20World%20how%20are%20you that returns me the translated text. I want to be able to map this way Hello = हैलो World = वर्ल्ड how are = कैसे…
Pavan Boro
  • 21
  • 5
1
vote
1 answer

Android yandex geocode address

In my app I want to decode raw address into coordinates. I do it like that: AsyncHttpClient client = new AsyncHttpClient(); RequestParams params = new RequestParams(); try { params.add("geocode", URLEncoder.encode(charSequence.toString(),…
TrueCH
  • 501
  • 1
  • 6
  • 18
1
vote
2 answers

How can I launch yandex maps application from external app in swift?

I have latitude and longitude information for source and destination, I want to send this information to yandex maps and yandex maps should show directions. How can I do this in Swift 3?
BadCode
  • 131
  • 13
1
vote
1 answer

How to setText of a Public String

protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); Translate.main(null); TextView textElement = (TextView) findViewById(R.id.this_is_id_name); …
1
vote
1 answer

Request to Yandex Speech

I try to set request to recognize wav file->to text with Yandex Speech API via desktop app. Example of request from documentation: POST /asr_xml?uuid=01ae13cb744628b58fb536d496daa1e6&key=developers-simple- key&topic=maps HTTP/1.1 Content-Type:…
user2545071
  • 1,408
  • 2
  • 24
  • 46
1
vote
1 answer

Dynamic change language in yandex maps

I need to change language in yandex maps, but I don't know how do it! Language in yandex maps can be changed static in script tag. But I need to change language in…
1
vote
1 answer

Yandex API Translator error - 401 API key is invalid

I registered with Yandex and got a Translate API Key. However when I try to translate with the following code:
JRH
  • 29
  • 4
1
vote
1 answer

Python can't find library but pycharm can

I recently added a yandex-maps application to my django project, fulfilling all the installation instructions. However, when I try to open the page with {% load yandex_maps_tags %} tag, I get an error: TemplateSyntaxError: 'yandex_maps_tags' is not…
Max Yankov
  • 12,551
  • 12
  • 67
  • 135
1
vote
1 answer

map api v2 - how to get coordinates of every object on map

Yandex map api v2 shows objects on map well. When I execute in browser console: window.myMap.geoObjects.each(function(obj){console.log(obj.geometry);}) It prints s {_Mh: Array[2], events: s, options: o, _S: l, _Xr: s…} _Bb: Array[2] _EC: 3 _GC:…
Maxim Yefremov
  • 13,671
  • 27
  • 117
  • 166
1
vote
1 answer

JavaScript: reduce Google Analytics / Yandex.Metrica to referrer and screen size

I don't feel comfortable embedding an external JavaScript on my site to do all kinds of tracking that I don't actually need. What I do need is referrer and screen size, which cannot be accomplished with a static HTML img tag alone. What's the most…
cnst
  • 25,870
  • 6
  • 90
  • 122
1
vote
2 answers

Yandex maps api - event handler executed only once

I would like to achieve something similar as .one() / http://api.jquery.com/one/ with myYandexMap.events.add('click', function(e){}) . That means, to have a function on click, that would only be run once or I could replace it with other…
Oriesok Vlassky
  • 797
  • 1
  • 13
  • 26
1
vote
1 answer

Change size of callout from Yandex API

I need change frame for callout, that is in Yandex API. Maybe there are other ways to reduce size of callout without methods from this API? The width of callout must be 2/3 width of window.
Neznajka
  • 305
  • 5
  • 19
1
vote
1 answer

How to get Yandex Traffic Feed on Android Application

I am very new with Android and i'm trying to get traffic feed from yandex's map service. All i need is getting live feed for Istanbul's general traffic situation as it shown it the map "İstanbul Trafik Durumu 3. derece 12.27 Yer yer yoğun, akıcı…
t1w
  • 1,408
  • 5
  • 25
  • 55