Reputation:
I am using map image
<div class="map" style="background-image:url(https://maps.googleapis.com/maps/api/staticmap?center=17.4542,78.36427000000003&zoom=15&size=1000x1000&sensor=false&markers=color:blue%7C17.4542,78.36427000000003&scale=2);"></div>
But it is not displaying in browser
Upvotes: 0
Views: 546
Reputation: 28
The URL is incorrect, you need to remove all amp; from your URL Like this :
Upvotes: 1