Skip to content

Commit

Permalink
Map display modified
Browse files Browse the repository at this point in the history
  • Loading branch information
iamwebwiz committed Nov 23, 2017
1 parent 426fa43 commit baee350
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/views/trackingresult.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ function initMap() {
});
}
</script>
<script src="https:https://maps.googleapis.com/maps/api/js?key=AIzaSyDHV6Sxsq5XldAyCAtirJoj7VVrotpz92c
<script src="http:https://maps.googleapis.com/maps/api/js?key=AIzaSyDHV6Sxsq5XldAyCAtirJoj7VVrotpz92c
&callback=initMap" async defer></script>
@else
<iframe src="//www.google.com/maps/embed/v1/place?q={{ $tracking->geolocation }}
&zoom=10&attribution_source=Google+Maps+Embed+API
<iframe src="http://www.google.com/maps/embed/v1/place?q={{ $tracking->geolocation }}
&zoom=18&attribution_source=Google+Maps+Embed+API
&attribution_web_url=https://developers.google.com/maps/documentation/embed/
&key=AIzaSyBmMgh9QLh_fn9d51SbcsZa7O98Aw86T9s" allowfullscreen
style="width:100%;height:400px;border:none;border-radius:10px">
Expand Down

0 comments on commit baee350

Please sign in to comment.