[examples] Use placeholder for API Key (#10490)

The Ionic example has an actual Google Maps API key by default and we'd
like to not have it displayed, so we'll replace it with a placeholder
instead. Considering it's commented out anyways, this will be a no-op.

---------

Co-authored-by: Steven <steven@ceriously.com>
This commit is contained in:
Andy
2023-09-12 17:25:02 +02:00
committed by GitHub
parent 1bab21026e
commit 009cea6d30
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
---
---

View File

@@ -29,7 +29,7 @@
<!-- Replace the API key with your own, see: <!-- Replace the API key with your own, see:
https://developers.google.com/maps/documentation/javascript/get-api-key --> https://developers.google.com/maps/documentation/javascript/get-api-key -->
<!-- <script async="" defer="" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyB8pf6ZdFQj5qw7rc_HSGrhUwQKfIe9ICw"></script> --> <!-- <script async="" defer="" src="https://maps.googleapis.com/maps/api/js?key=<YOUR_GOOGLE_MAPS_API_KEY>"></script> -->
<noscript>Please enable JavaScript to continue using this application.</noscript> <noscript>Please enable JavaScript to continue using this application.</noscript>
</body> </body>