I have some code that shows an image of a location like:
<img alt="Gym" src="https://maps.googleapis.com/maps/api/streetview?location=43.035419,-89.380748&size=456x456&**key=<api key>**"/>
The problem is that the is now exposed to the public. Google Maps has a component that essentially hides the key (at least the way I understand it). Is there something similar for this "streetview" API?