yandex-maps

    0熱度

    1回答

    我想添加一個Yandex圖到我的Android應用程序。 問題可以看起來有點長,但就是因爲我分享我的所有代碼。感謝您的耐心提前。 我找不到太多源比較谷歌地圖自然。 I used this source首先,我想運行一個簡單的示例。 So I used this sample. 最後我實現了一些東西。我沒有得到任何錯誤。但我也無法顯示地圖。我只是有一些squarred區域(格仔,檢查)和一個「目標圖

    1熱度

    1回答

    我想用改裝 路徑,使reuqest是http://geocode-maps.yandex.ru/1.x/?format=json&geocode=latitude%2Clongitude 我現在已經這樣做請求Yandex的: @GET("/?format=json&geocode={geocode}") Call<YandexResponse> getGeoCollection(@Path("g

    2熱度

    1回答

    故宮當我呼籲我的瀏覽器,它的工作原理是鏈接https://geocode-maps.yandex.ru/1.x/?format=json&geocode=astana,但是當我把它用改裝它給了我403紫禁城 我的代碼是 Retrofit retrofit = new Retrofit.Builder() .baseUrl(Settings.YANDEX_URL) .ad

    0熱度

    1回答

    我實現了活性, ru.yandex.yandexmapkit.MapView 當我launche華碩zenfone或三星注3:本活動是OK! 但是,當我發動Genymotion虛擬設備扔異常 android.view.InflateException: Binary XML file line #9: Error inflating class ru.yandex.yandexmapkit.Map

    0熱度

    1回答

    我正在嘗試使用Yandex地圖和這個AngularJS module。 在這裏,他們有demonstrations,這裏是我的代碼: 的index.html <!DOCTYPE html> <html lang="ru" xmlns:vml="urn:schemas-microsoft-com:vml" ng-app="myApp" ng-controller="myController">

    0熱度

    1回答

    我的項目上安裝了Yandex Maps 下面的代碼顯示所有對象的集羣視圖。 我想要做的是禁用集羣 $.getJSON(ymFormAction , "ymJSON=1").done(function (json) { window.geoObjects = ymaps.geoQuery(json); window.clusters = geoObjects.search

    0熱度

    1回答

    在我的應用我想原始地址解碼成座標。我這樣做: AsyncHttpClient client = new AsyncHttpClient(); RequestParams params = new RequestParams(); try { params.add("geocode", URLEncoder.encode(charSequence.toString(), "UTF-8"

    0熱度

    1回答

    JS與Yandex的地圖定義文件: public class Ymap { public static final native Object getMap() /*-{ var myMap; function init() { // Creating an instance of the map and binding it to the contai

    1熱度

    1回答

    地圖容器至於我看到的,我需要一個URL的地圖中使用的hasMap(或取代map)屬性。 但我的應用程序運行使用容器元素不帶鏈接谷歌/ Yandex圖腳本。 那麼什麼是標記我的地圖代碼的正確方法是什麼?它甚至有可能嗎?

    0熱度

    1回答

    我有源和目的地的經度和緯度信息,我想將這些信息發送到yandex地圖,yandex地圖應該顯示方向。我如何在Swift 3中做到這一點?