Hi All
I want to embed a Google Map into a website but only have my location showing.
The map I am embedding all works fine however it shows all the competitors etc around my location.
Can I turn off all the other locations and have just mine showing and how can I do it?
Thanks for any help.
mrmbarnes
Can you supply the script used to embed the Google Map and where did you obtain the script?
Hey
Here it is… it is the Google Embed code from Google with Bootstrap 4 code around it.
I just want to show my pin and remove the other businesses.
<div class="container-fluid">
<div class="map-responsive">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3568.2427168413305!2d148.80532311558272!3d-26.576585585671094!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6bba236a56ec5295%3A0x78705b3db651e4d9!2sOverlander+Homestead+Restaurant!5e0!3m2!1sen!2sau!4v1551931585245" width="100%" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
I managed to find the latitude and longitude coordinates:
-26.575045, 148.809347
I tried editing the coordinates in Google Maps URL but received errors about invalid locations 
How about informing your customers about What3Words
Also note that clicking on a top left icon shows other maps which may be of interest…
1 Like
system
Closed
5
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.