Browse Source

chore: remove example key

main
Justin Poehnelt 2 years ago committed by GitHub
parent
commit
b0ae1a34af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      examples/basic.html
  2. 2
      examples/events.html
  3. 2
      examples/lettered.html
  4. 2
      examples/picturelabel.html

2
examples/basic.html

@ -34,7 +34,7 @@ @@ -34,7 +34,7 @@
white-space: nowrap;
}
</style>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBIwzALxUPNbatRBj3Xi1Uhp0fFzwWNBkE"></script>
<script src="https://maps.googleapis.com/maps/api/js"></script>
<script src="../dist/index.dev.js"></script>
<script>
function initMap() {

2
examples/events.html

@ -32,7 +32,7 @@ @@ -32,7 +32,7 @@
white-space: nowrap;
}
</style>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBIwzALxUPNbatRBj3Xi1Uhp0fFzwWNBkE"></script>
<script src="https://maps.googleapis.com/maps/api/js"></script>
<script src="../dist/index.dev.js"></script>
<script>
function initMap() {

2
examples/lettered.html

@ -30,7 +30,7 @@ @@ -30,7 +30,7 @@
white-space: nowrap;
}
</style>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBIwzALxUPNbatRBj3Xi1Uhp0fFzwWNBkE"></script>
<script src="https://maps.googleapis.com/maps/api/js"></script>
<script src="../dist/index.dev.js"></script>
<script>
var marker;

2
examples/picturelabel.html

@ -24,7 +24,7 @@ @@ -24,7 +24,7 @@
width: 100px;
}
</style>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBIwzALxUPNbatRBj3Xi1Uhp0fFzwWNBkE&callback=initMap&v=beta"></script>
<script src="https://maps.googleapis.com/maps/api/js?callback=initMap&v=beta"></script>
<script src="../dist/index.dev.js"></script>
<script>
var marker, pictureLabel;

Loading…
Cancel
Save