initialLocation = new google.maps.LatLng(location.latitude, location.longitude); map.setCenter(initialLocation); setMarker(initialLocation);
確定! 回上一頁