Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想通过包含这些参数的“GET”来获取纬度和经度,并将它们放在一个在谷歌地图上定位一个点的函数中。
我找不到一种方法来制作这个函数,纬度和 logitud 都存储在数据库中。
使用服务器中的 lng 和 lat 值创建一个新标记并将其添加到地图中。
var marker = new google.maps.Marker({ map: map, animation: google.maps.Animation.DROP, position: new google.maps.LatLng(position.lng, position.lat), });