使用更改的标记动态更新Google Map Center

时间:2018-12-21 05:54:27

标签: javascript php google-maps google-maps-api-3

我创建了一个Google Map,其中的标记是从MySQL数据库加载的,并使用https://developers.google.com/maps/documentation/javascript/mysql-to-mapsGoogle Maps V3: Updating Markers Periodically在地图上进行更新。但是,我需要使用变化的标记来更新地图中心。地图中心应为标记位置。我怎样才能做到这一点?我应该在哪里加上经度和纬度的变化?

map.setCenter(new google.maps.LatLng(LATITUDE, LONGITUDE));

1 个答案:

答案 0 :(得分:0)

找到答案:

map.setCenter(marker.getPosition());