function mapSetup() { if(navigator.geolocation) { // Get current position navigator.geolocation.getCurrentPosition(createMap, handleError); // ...
確定! 回上一頁