Update Google Maps API endpoints

This commit is contained in:
Brian Miyaji
2018-07-24 10:23:17 +10:00
parent 7ef961b4f4
commit dad05dc6ba
3 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ if ( $latitude != null && $longitude != null ):
width="600"
height="320"
frameborder="0" style="border:0"
src="https://www.google.com/maps/embed/v1/search?key=AIzaSyAWyt_AG0k_Pgz4LuegtHwesA_OMRnSSAE&amp;q=<?php echo $address; ?>&amp;center=<?php echo $latitude; ?>,<?php echo $longitude; ?>&amp;zoom=<?php echo $zoom; ?>&amp;maptype=<?php echo $maptype; ?>" allowfullscreen>
src="//tboy.co/maps_embed?q=<?php echo $address; ?>&amp;center=<?php echo $latitude; ?>,<?php echo $longitude; ?>&amp;zoom=<?php echo $zoom; ?>&amp;maptype=<?php echo $maptype; ?>" allowfullscreen>
</iframe>
<?php
endif;