Thread: Google Map API

Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2009
    Location
    Edinburgh
    Posts
    130
    Plugin Contributions
    0

    Default Google Map API

    He there

    Another problem to solve.
    I need to insert:

    <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAABfDBFApxFcxhNhUdCGN7IBTz-jnoMTHO49iUv2wg99aFl2ALJhTVVMLi5K1-DxM8HWKjcSoXPJIQbQ"
    type="text/javascript"></script>
    <script type="text/javascript">

    //<![CDATA[

    function load() {

    if (GBrowserIsCompatible()) {
    var map = new GMap2(document.getElementById("map"));
    map.addControl(new GSmallMapControl());
    map.setCenter(new GLatLng(55.950509,-3.189082), 15);

    var infoTabs = [
    new GInfoWindowTab("Adres", "<b>Arcade</b><br>48 Cockburn Street<br>Edinburgh, EH1 1PB")
    ];


    point = new GLatLng(55.950509,-3.189082);

    var marker = new GMarker(point);
    GEvent.addListener(marker, "click", function() {
    marker.openInfoWindowTabsHtml(infoTabs);
    });
    map.addOverlay(marker);
    marker.openInfoWindowTabsHtml(infoTabs);
    }
    }
    //]]>
    </script>


    into <head> section of the web page. That code makes google map api for the website.

    Does anyone know where is the file I need to change?

    Thank you in advance

  2. #2
    Join Date
    Apr 2009
    Location
    Edinburgh
    Posts
    130
    Plugin Contributions
    0

    Default Re: Google Map API

    Ok. I have found the solution for placing Google Map on webstie. I just used HTML Snippet. Here is a perfect tutorial of how to set it up:
    support.website-creator.org/google_map.html

 

 

Similar Threads

  1. Google Map
    By leest35 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 3 Aug 2010, 12:02 PM
  2. Google Map API woes in IE
    By Beama in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 31 Jul 2009, 05:11 PM
  3. Yahoo / Google Map API
    By kyli51 in forum General Questions
    Replies: 0
    Last Post: 21 May 2009, 11:50 AM
  4. Google Map link
    By chabates in forum General Questions
    Replies: 2
    Last Post: 17 Sep 2008, 07:16 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg