Skip to content

Google Places API

bdunklau edited this page Sep 11, 2020 · 3 revisions

Used in the address field of /search-officials

Ref: npm package ngx-google-places-autocomplete

Uses the Civic Information API Key
See this line in index.html

<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBdVvBbQRVIRGlQo_xxKEEmX6ndigE8iDM&libraries=places&language=en"></script>

The key can be safely included in the index.html because it can only be used from the seesaw.video domain

Clone this wiki locally