Question:
What’s the best way to embed Google Maps, with Service Areas in Wix Studio (from a design and SEO perspective)?
Product:
Wix Studio
What are you trying to achieve:
Embed Google Maps with one or multiple locations marked.
Question:
What’s the best way to embed Google Maps, with Service Areas in Wix Studio (from a design and SEO perspective)?
Product:
Wix Studio
What are you trying to achieve:
Embed Google Maps with one or multiple locations marked.
First question to clarify would be if you need a multi, or single location version of GOODLE-MAPS?
The second question would be, if wix does provide a multi-locational google-map-solution?
I think WIX don’t.
So there are not lot of opportynities at the end.
You have just 2 options, if it comes to multiple location version →
… to be able to integrate it on your Wix-Website.
Additional INFO:
Already heard about MAP-BOX ???
I think this could be a great alternative for your site.
You could set or get location data from or to your own database → dynamically setting the LOCATION-PIN-POINTS on the dynamic map → using a custom element.
And you can do much much more with it using their API.
Some older instructions i wrote for someone else long time ago…
Possible example for some LOCATION-PIN-POINTS on the map…
const rawData = `[
{ latitude: 40.7128, longitude: -74.0060 }, // New York City
{ latitude: 34.0522, longitude: -118.2437 }, // Los Angeles
{ latitude: 41.8781, longitude: -87.6298 }, // Chicago
{ latitude: 29.7604, longitude: -95.3698 }, // Houston
{ latitude: 39.9526, longitude: -75.1652 } // Philadelphia
];`;
Good luck with your project!
Hi,
Thanks for your response.
No I don’t think Wix Studio has this a built in functionality right now.
I did find a free tool that generated it as a code that I just embedded on the side.
Thanks! Appreciate your answer!
No, haven’t heard about Mapbox. Will try it out on the next project.