yandex-maps

How to initialize widget in component Vue?

*爱你&永不变心* 提交于 2020-01-04 07:37:44
问题 I want to add maps in my app on VueJS. As it descriped in manual I wrote in HEAD: <script src="https://api-maps.yandex.ru/2.1/?lang=ru_RU" type="text/javascript"></script> Then in App-component I did: <template> <div id="app"> <img src="./assets/logo.png"> <router-view></router-view> <div id="map" style="width: 600px; height: 400px"></div> </div> </template> <script> export default { name: 'app', created () { var map = new ymaps.Map("map", { center: [55.76, 37.64], zoom: 7 }); } } </script>

Yandex Marker's Current Latlong values in Android

谁说胖子不能爱 提交于 2019-12-22 06:17:39
问题 I 'm not able to get the Yandex default Marker's current Latlong values in Android. What I'm really interested is to capture the current latlong values from the android mobile and yandex map marker's position is exactly what I need. Has anyone used yandex maps to get the current user location? Can you please help. Update 1 While researching on this latlong issue with Google and Yandex, I came across a link for "GPS Fix" app from http://gpsfix.android.informer.com/. After installing this App

Yandex Marker's Current Latlong values in Android

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-22 06:17:30
问题 I 'm not able to get the Yandex default Marker's current Latlong values in Android. What I'm really interested is to capture the current latlong values from the android mobile and yandex map marker's position is exactly what I need. Has anyone used yandex maps to get the current user location? Can you please help. Update 1 While researching on this latlong issue with Google and Yandex, I came across a link for "GPS Fix" app from http://gpsfix.android.informer.com/. After installing this App

Get not the latest imagery of maps

若如初见. 提交于 2019-12-13 01:30:31
问题 Is there any possibility to get not the latest imagery for google/bing/yandex maps? For example, I'd like to show on my website imagery for the 2005 year. I couldn't find this methods in APIs. Thank you, Dmitry. 回答1: Bing Maps does not make historical imagery available. 回答2: The answer from https://gis.stackexchange.com/questions/81794/how-to-retrieve-historical-imagery-from-web-mapping-services/ : "This may not be the exact answer, but may help you on your journey. Take a look at this

Yandex Maps return 403 Forbidden using retrofit

风格不统一 提交于 2019-12-12 19:14:36
问题 When I call this link https://geocode-maps.yandex.ru/1.x/?format=json&geocode=astana on my browser it works, but when I call it using retrofit It gives me 403 Forbidden My code is Retrofit retrofit = new Retrofit.Builder() .baseUrl(Settings.YANDEX_URL) .addConverterFactory(GsonConverterFactory.create()) .client(client) .build(); return retrofit.create(YandexService.class); public final static String YANDEX_URL = "https://geocode-maps.yandex.ru/1.x"; I call it using this @GET("/") Call

Yandex Marker's Current Latlong values in Android

放肆的年华 提交于 2019-12-05 11:31:01
I 'm not able to get the Yandex default Marker's current Latlong values in Android. What I'm really interested is to capture the current latlong values from the android mobile and yandex map marker's position is exactly what I need. Has anyone used yandex maps to get the current user location? Can you please help. Update 1 While researching on this latlong issue with Google and Yandex, I came across a link for "GPS Fix" app from http://gpsfix.android.informer.com/ . After installing this App on the Android device and performing "Start Fixing", the latlong values now provided by Yandex SDK in