Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Looking at the reference site provided, it seems they have used the customization. You cannot directly import the map from their site but generate your own API key and plan a custom module for the Google Map on your site. You can also take some support from Plugin which can give you some help.

    Thank you!

    Hi @uross79

    To import a customized Google Map from an alternative site like carrier.com, you can use the Google Maps Embed API. This allows you to embed a map on your webpage, customize the map display, and control the map’s behavior.

    Here’s an example of how you can use the Google Maps Embed API to display a map on your webpage:

    1. Go to the Google Maps Embed API page: https://developers.google.com/maps/documentation/embed/

    2. Click the “Get a Key” button and follow the prompts to create a new API key.

    3. Once you have your API key, you can use the following code to embed the map on your webpage:

    <!-- Replace YOUR_API_KEY with your actual API key -->
    <iframe
      src="https://www.google.com/maps/embed/v1/place?key=YOUR_API_KEY&q=Carrier+Truck+Trailer,+Europe"
      width="600"
      height="450"
      frameborder="0"
      style="border:0"
      allowfullscreen
    ></iframe>

    You can customize the map display and behavior by using the various parameters available in the Google Maps Embed API. For example, you can change the map type, zoom level, language, and more.

    I hope this helps! Let me know if you have any other questions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Embed Google maps’ is closed to new replies.