I am trying to Integrate google map API in clientlib
whenever I am trying to add external library of google API in script tag, I am getting error,Uncaught SyntaxError: Unexpected token '<'
<script type="text/javascript" src="https://maps.google.com/maps/api/js"></script>
Any suggestions or any re...