 |
jQuery tinyMap: 輕鬆建立 Google 地圖的 jQuery Plugin
名稱 類型 預設值 說明 center string, Object {x: 24, y: 121} 地圖置中的座標或地址,若為經緯座標請使用 {x: 'lat', y: 'lng'},地址則以字串輸入。 // 例如 center: '台北市政府' center: '22.652807, 121.483474' center: {x: '22.652807', y: '121.483474'}
app.essoduke.org |
 |