我使用的代碼從這個鏈接https://developers.google.com/maps/articles/phpsqlajax_v3?hl=nl顯示當前位置標記出庫
我想顯示用戶的當前位置,使用戶可以看到的是他們附近有什麼標誌。而不是顯示用戶位置教程使用座標center: new google.maps.LatLng(47.6145, -122.3418)
我試過:center: new google.maps.LatLng(position.coords.latitude, position.coords.longitude);
但它沒有奏效。
任何想法我做錯了什麼?
你預計的位置從何而來? https://developers.google.com/maps/articles/geolocation – geocodezip