文章加密

;

2020年9月15日 星期二

google map (還有未看)

 https://developers.google.com/maps/documentation/javascript/overview

https://console.cloud.google.com/billing/01FB5A-6622F4-46197A?project=practice01-289607 (不小心開在alice那個帳戶)

https://medium.com/front-end-augustus-study-notes/google-map-api-1-a4e794b0162f


https://developers.google.com/maps/documentation/javascript/using-typescript  官網使用的


進度

https://developers.google.com/maps/documentation/javascript/adding-a-google-map  看到Tips and troubleshooting,延伸下面連結

https://developers.google.com/maps/solutions/store-locator 未看



新知識點:

  1. Google Maps
  2. quirks mode
  3. script.defer: 
      http://n.sfs.tw/content/index/10323
  4. LatLng:
      https://developers.google.com/maps/documentation/javascript/reference/coordinates
  5. Mercator projection 
  6. JSONP:
    全称是 "JSON With Padding", 词面意思上理解就是 "填充式的JSON"。它不是一个新鲜的东西,隶属于 JSON 的一种使用方法,或者说是一种使用模式,可以解决一些常见的浏览器端网页跨域问题。

    型式: url?callback=xxx xxx

    簡單的說就是: 回调函数+数据,至于这个数据是怎么产生的,说粗鲁点无非就是字符串拼接了。
    ex: <script src="http://server2.example.com/RetrieveUser?UserId=1823&callback=parseResponse"></script>
    注意:JSONP只支持get的用法,並且对于两个不同域之间两个页面的互相调用也是无能为力。

沒有留言:

張貼留言