例
- var timeTmp=new Date();
- var folderPathLength = location.href.lastIndexOf("/");
- var folderPath = location.href.substring(0,folderPathLength);
- var myURL = folderPath + "/mymap.kml"+ "?d=" + timeTmp.getMinutes() + timeTmp.getSeconds();
参考:
GoogleMapsでKMLファイルを読み込む際キャッシュが残る問題の回避方法
以上