通过jquery更新Yandex坐标

Posted

技术标签:

【中文标题】通过jquery更新Yandex坐标【英文标题】:Update Yandex coordinates through jquery 【发布时间】:2013-03-12 21:50:34 【问题描述】:

我不了解 jquery,我想更改 Yandex 地图位置。 javascript函数如下:

    function fid_0000(ymaps) 
    
         var map = new ymaps.Map("ymaps-map-id_0000", center: [11.111111,22.222222], zoom: 17, type: "yandex#map");
    ;

html 是:

<div id="ymaps-map-id_0000" style="width: 450px; height: 450px;"></div>

如何在不重新加载页面的情况下更改其坐标(可能使用选择标签)?

TIA

【问题讨论】:

【参考方案1】:

建议你看看Yandex API examples

特别是,看看Changing the Map Center 的代码示例将是最有用的。

【讨论】:

【参考方案2】:

您可以使用map.setCenter([lat, lng]);

【讨论】:

以上是关于通过jquery更新Yandex坐标的主要内容,如果未能解决你的问题,请参考以下文章

如何在 yandex mapkit 中获取我当前位置的坐标?

将地理坐标转换为地址 C# 或 jQuery

jquery怎么给一个DIV设置坐标

Jquery Jcrop - 从所有作物中获取(和设置)所有坐标

jQuery怎么获取鼠标的位置坐标

jQuery Geolocation:无法读取未定义的属性“坐标”