Я пытаюсь использовать API карт / мест Google, чтобы получать обзоры Google и показывать их на моем веб-сайте, однако каждый раз, когда я получаю необработанную ссылку, ссылка
<script async defer src="https://maps.googleapis.com/maps/api/js?
key=[MY API KEY]&callback=initMaps"
type="text/javascript">
</script>
<script>
jQuery(document).ready(function( $ ) {
$("#google-reviews").googlePlaces({
placeId: 'ChIJp2QxV_sJVFMR1DEp1x_16F8'
, render: ['reviews']
, min_rating: 4
, max_rows:4
});
});
</script>
Это точноеошибка.Заранее спасибо ...
Uncaught TypeError: $(...).googlePlaces is not a function
at HTMLDocument.<anonymous> ((index):129)
at i (jquery.js?ver=1.12.4:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
at Function.ready (jquery.js?ver=1.12.4:2)
at HTMLDocument.K (jquery.js?ver=1.12.4:2)
(index):1 Uncaught (in promise)
Kc
message: "initMaps is not a function"
name: "InvalidValueError"
stack: "Error↵ at new Kc (https://maps.googleapis.com/maps/api/js?
key=AIzaSyCF6PTV6_om1YsghDJPVmsmCG-ntaT7BVg&callback=initMaps:54:227)↵
at Object._.M (https://maps.googleapis.com/maps/api/js?
key=AIzaSyCF6PTV6_om1YsghDJPVmsmCG-ntaT7BVg&callback=initMaps:54:336)↵
at Ah (https://maps.googleapis.com/maps/api/js?
key=AIzaSyCF6PTV6_om1YsghDJPVmsmCG-ntaT7BVg&callback=initMaps:123:210)↵
at https://maps.googleapis.com/maps/api/js?
key=AIzaSyCF6PTV6_om1YsghDJPVmsmCG-ntaT7BVg&callback=initMaps:123:96"
__proto__: Error
constructor: ƒ (a)
__proto__: Object