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
0
votes
1 answer

Download the file to the server by direct link

The task - there is a direct link to download the file, you need to use php methods to download this file and save it on the server. There is code, but it does not load the file, but only creates a new one.
adRaduga
  • 1
  • 1
0
votes
1 answer

Join Spatie pdf to image converter with yandex disk

I have a problem with Joining 2 functions, So I am use https://github.com/spatie/pdf-to-image - this function for convert uploaded pdf(s) to image(s). this is working fine, but this function uploads converted images to the local directory, but i…
0
votes
1 answer

Why does return still execute before multiple await statements?

From my understanding, await makes the entire function wait until the statement it precedes finishes, right? I'm not sure why the below code prints this: RES: [object Promise] cn: 你好wurld! mg: வணக்கம் wurld! xh: Molo wurld! FINAL: Url…
Stoodent
  • 155
  • 1
  • 9
0
votes
1 answer

Is there a way of displaying the Yandex panorama coverage layer on a normal Yandex map?

I'm making a two panel web app with a map and panorama with Yandex Maps API and I need to toggle the panorama coverage layer on the map. Are there ways of showing and removing the panorama coverage layer without using the default map type drop down…
Ppster
  • 68
  • 7
0
votes
0 answers

How to View Response of Posting Data to Yandex API in Swift

I am trying to post some text for translation to the Yandex translation api using the following method but seem to be getting back invalid JSON. However, I can't read what I'm getting back. Is there a way to parse 'data'? Here is method func…
user1904273
  • 4,562
  • 11
  • 45
  • 96
0
votes
1 answer

jQuery Execute function after asynchronous data load

I have created a jQuery function extending its own object $. This function translate those elements attached to the element this: $.fn.extend({ translate: function(sourceLang, targetLang) { if($(this).text().trim().length < 1 ||…
Martin Fernandez
  • 368
  • 5
  • 16
0
votes
1 answer

SWIFT Translator App

I create translator using Yandex api. I use this function: func getTranslate(text: String, lang: String, completion: @escaping (Translation?) -> Void) { guard let url = URL(string: translateUrl +…
V. Khuraskin
  • 79
  • 1
  • 10
0
votes
1 answer

How add event listener to '+' zoom element?

I try add event listener to '+' zoom element icon when him state is disabled. please help me. JSFIDDLE here. code: ymaps.ready(init); var myMap, collectionMarkers, currCoords = [55.76, 37.64]; function init(){ myMap = new…
rettoryh13
  • 135
  • 1
  • 6
0
votes
1 answer

How to remove the close button on panorama mode?

I have an opened panorama. I need to hide (or remove from markup) the close button. The button is located in the upper right corner of the screen. Could you please help me? JSFIDDLE js: ymaps.ready(init); var map, mapElem =…
ptortyr45
  • 147
  • 1
  • 11
0
votes
1 answer

Adding Yandex Translator to Fragment leads to "App Crashes"

I'm Using Yandex Translator in my app, it works great if i'm using Activity, But when i add it to fragment , the app crashes before the launch. Also no errors shown in the code , like everything is good, what could be the problem : I looked for…
Cristina99
  • 21
  • 1
  • 7
0
votes
1 answer

How to get Jsonobject readable to textview?

I am so beginner about Json. I am trying to understand example on the internet. So that I am doing a translater for myself(Yandex translater). But I have problem I copied and pasted source cod to my project. To making When I clicked my button , Text…
0
votes
0 answers

translate string with YandexAPI in for loop

I want to translate googleMap Api result for location address to Persian. i'm using YandexApi for translate address. separate address components with "،" and pass this array to for api. my problem is after every service call my userInterface…
ava
  • 1,148
  • 5
  • 15
  • 44
0
votes
0 answers

Is it possible to implement Yandex money(payment system) authorization just within backend

We develop a mobile app with backend on Firebase. Backend logic is encapsulated within cloud functions. We would like to use single Yandex money account to transfer money to Yandex wallets of different users of the mobile app. Could you recommend a…
OL.
  • 201
  • 3
  • 13
0
votes
1 answer

Yandex Translator Api using to vb.net

find YandexTranslator in here : https://github.com/prokhor-ozornin/Yandex.NET.Translator I installed YandexTranslator via Nuget This iy my code in button translate: IYandexTranslator translator = Yandex.Translator(api =>…
Büşra
  • 11
  • 1
  • 5
0
votes
1 answer

Yandex_money_api: illegal_param_ext_auth_success_uri

I try to do a payment with api yandex money. I use instance_id = ExternalPayment.get_instance_id(client_id)['instance_id'] api = ExternalPayment(instance_id) def wallet_payments(access_token, ym_account, total, api): wallet =…
Petr Petrov
  • 4,090
  • 10
  • 31
  • 68