文章

顯示包含「Google」標籤的文章

Google Now 整合完成

圖片
旅遊整合  Google now , 當時間接近到出發時間約前一天吧,Google now卡片就會出來了. 飯店的卡片有再帶出當地的天氣的卡片.還不錯的貼心工具

Google MAP 抓取顯示中的範圍

  透過Map物件,抓取LatLngBounds , 即可再得到東北 , 西南的坐標,接下就可以再做別的事了! 參考: map.getBounds().getSouthWest(); map.getBounds().getNorthEast();   API說明: Map https://developers.google.com/maps/documentation/javascript/reference?hl=zh-tw#Map LatLngBounds https://developers.google.com/maps/documentation/javascript/reference?hl=zh-tw#LatLngBounds