Having a WordPress website , need to insert the html code in section to load the map view but am getting error also i don’t know how to do.
<!DOCTYPE html>
<html>
<head>
<title>INCOR PBEL CITY</title>
<!-- The callback parameter is required, so we use console.debug as a noop -->
<script async src="https://maps.googleapis.com/maps/api/js?key=API-KEY&callback=console.debug&libraries=maps,marker&v=beta">
</script>
<style>
/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
gmp-map {
height: 100%;
}
/* Optional: Makes the sample page fill the window. */
html,
body {
height: 100%;
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<gmp-map center="12.775629997253418,80.21576690673828" zoom="12" map-id="DEMO_MAP_ID" map-type-id="satellite">
<gmp-advanced-marker position="12.775629997253418,80.21576690673828" title=""></gmp-advanced-marker>
<gmp-advanced-marker position="12.797374053132021, 80.24966686383416" title=""></gmp-advanced-marker>
<gmp-advanced-marker position="12.826213549008205, 80.21934489671101" title=""></gmp-advanced-marker>
<gmp-advanced-marker position="12.83594173400595, 80.22888056819103" title=""></gmp-advanced-marker>
<gmp-advanced-marker position="12.805216348140506, 80.2238021080681" title=""></gmp-advanced-marker>
<gmp-advanced-marker position="12.797679044342594, 80.2180277700305" title=""></gmp-advanced-marker>
<gmp-advanced-marker position="12.844734590884983, 80.15242244799447" title=" "></gmp-advanced-marker>
<gmp-advanced-marker position="12.900672911996368, 80.22785788745419" title=""></gmp-advanced-marker>
<gmp-advanced-marker position="12.984766824543824, 80.15914578901305" title=""></gmp-advanced-marker>
<gmp-advanced-marker position="12.989771918869694, 80.24860902554916" title=""></gmp-advanced-marker>
</gmp-map>
</body>
</html>
have tried to insert the html code widget and pasted the html , but not loading error through that too may api has been included, may cause error.
also remove the another simple google map widget, still not loading , but getting XHR for each gmp-advanced-marker.
Error am getting in console
XSR and
v/=k<[s&;;,|L[S<#KT0P#;T#,40k8cl#DLKTt[w[3@<D];+S,I[/OE d4KsK3<k+$s$#<)Ed#d+[3d4 efT[D[C|;4Cd+bLsK<C[l43D<S3t. w{kLt3t{<lL4{{,,t+C[<St{L{$9JDw+c,{l#[l[$+3|C]+33,#+D{lc<+<;#,,+LK[3[LSt#RD ;C+|S|3*cq<;<3t+3<C4L;K+[kkK;KlTKTdC;|c;d#3q%k,<Cl$kL{C{C+DL;ru3D3TC<Sc4,DCS$+;l<,c;#tSLkOr{5{4{5.{5({55{4V{5{5{5*{4{5{5+{4y=V=--"1E|{5{4{5.{5({55{4{5{5{5*{4{5{5+{4y=YI m0'V;
fwW9y}{5?{5${5+{4{5.{5${5{53{4{5?{4Gsn<1E|{5?{5${5+{4{5.{5${5{53{4{5?{4YI
0’Vf>)yb9~OQ. response payload what to do
pratap k is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.