[API] google map


Step


1. Generate a Google Dev Project at http://console.developers.google.com




<script src="https://maps.googleapis.com/maps/api/js?key="></script>

2. Enable Google Maps support inside the project


3. Generate an API key


4. Add the google maps script tag to our HTML file


注意事項


Google Mapのindex.tsでは、以下の方法を使用するとappが破壊される可能性があります.
  • setZoom
  • setCenter
  • setStreetView
  • getHeading
  • setHeading
  • panTo
  • -->Mapを含むclassを作成し、アクセスできません.classのprivate修飾子を使用します.

    Ref


    github code
    google map