angular-google-places-autocomplete
angular-google-places-autocomplete copied to clipboard
I am unclear where I am supposed to place my API key
Where does my API go in your script?
<script src="https://maps.googleapis.com/maps/api/js?libraries=places&key=xxxxxxxxxxx"></script>
is it safe to use this link in ionic app...i heard its apple store doesn't allow this. Please confirm i am using this in an ionic app and need to confirm.
Better to use the native google map SDK implementation in ionic with cordova as you can see here : https://ionicframework.com/docs/v2/native/google-maps/ and the instruction there : https://github.com/mapsplugin/cordova-plugin-googlemaps
why is this issue still open?