Commit 5ffd9c80 by Arpit Jain

implemted google map iframe for using latitude longitude

parent 6e1f6b21
......@@ -94,15 +94,16 @@
</div>
</div>
</section>
<section class="container offer">
</section>
@if($locationDetailAPIdata['data']['coordinates']['latitude'] != 0)
<section class="container-fluid location_onmap ">
<div class="row no-gutters">
<div class="col-12">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d56122.436645511465!2d77.04168293906328!3d28.459896286104527!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390d19222ad79e2f%3A0xa2f7eb98f5f013a!2sGlobal+Desi+-+Ladies+Fashion+Wear+Store%2C+Metropolitan+Mall%2C+Gurgaon!5e0!3m2!1sen!2sin!4v1560839450107!5m2!1sen!2sin" width="100%" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
<iframe src="http://maps.google.com/maps?q={{ $locationDetailAPIdata['data']['name'] }}&coord={{ $locationDetailAPIdata['data']['coordinates']['latitude'] }},{{ $locationDetailAPIdata['data']['coordinates']['longitude'] }}&z=15&output=embed" width="100%" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
</section>
@endif
<section class="container location_reviews_outer">
<div class="row ">
<div class="col-md-8 col-12">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment