Note
  • Introduction
  • Mocha
  • Mongodb
  • Javascript Snippet
  • Comon code snippets
  • React & Webpack
  • Meteor
  • Http
  • Useful command
  • Async, Await / Promise
  • Google Maps API
  • Vue 2.x, React, Angular 1.x
  • Redis
  • Website Performance Optimization
  • 尚未整理
  • Regular Expression
  • Blockchain
    • Bitcoin
  • Make a Landing Page
  • CSS Tricks
  • Date
  • Chrome Dev Tool - Tuning Performance
  • Segment and keen.io
  • SlackBot
Powered by GitBook
On this page
  • Node.js client library
  • Geolocation
  • Places
  • Layout
  • Hide Watermark
  • API Key and Version number
  • Map Marker
  • Vue Client Libraries

Was this helpful?

Google Maps API

Node.js client library

  • https://github.com/googlemaps/google-maps-services-js

  • Geocoding

Geolocation

Places

Layout

  • Cannot set map container's z-index -1, it will cause Google Map not worked.

  • Cannot use position:absolute overlay's sibling on the google map.

Hide Watermark

API Key and Version number

Map Marker

  • Object Options

    • Circle

https://developers.google.com/maps/documentation/javascript/examples/circle-simple?hl=zh-tw

Vue Client Libraries

https://www.npmjs.com/package/vue2-google-maps

PreviousAsync, Await / PromiseNextVue 2.x, React, Angular 1.x

Last updated 6 years ago

Was this helpful?