Thank you for reply,
i dont get you sir...

i have tried for the domain www.10degree.in
and www.10degree.in/contactus.html
two times i have taken the keys and the code is like this ....


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml"; xmlns:v="urn:schemas-
microsoft-com:vml">
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8"/
>
    <title>Bhrugu Maps JavaScript API form 10degree.in: Marker Drag
Events</title>
    <script src="http://maps.google.com/maps?
file=api&amp;v=2&amp;key=ABQIAAAAnIow0nOcXo9nLY4_8yA62xQgNsm2OOCEp5NKPkVCHXpqpqTGHxSoEuGcj7xlv6aCZ4E-
ZWswS4_MOg&sensor=true"
            type="text/javascript"></script>
    <script type="text/javascript">


    function initialize() {
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map_canvas"));



map.addControl(new GSmallMapControl());

map.setCenter(new GLatLng(22.33384826184915,73.18013806068962), 16);

var marker = new GMarker(new GLatLng
(22.33384826184915,73.18013806068962));
map.addOverlay(marker);


        map.openInfoWindow(map.getCenter(),


        document.createTextNode("10 Degree Software PVT Ltd"));





var center = new GLatLng( 22.33384826184915,73.18013806068962);
map.setCenter(center, 16);


       var marker = new GMarker(center, {draggable: true});

        GEvent.addListener(marker, "dragstart", function() {
          map.closeInfoWindow();
        });

        GEvent.addListener(marker, "dragend", function() {
          marker.openInfoWindowHtml("Just bouncing with bhrugu
jani..");
        });

        map.addOverlay(marker);
        map.setUIToDefault();

      }
    }
    </script>
  </head>

  <body onload="initialize()" onunload="GUnload()">
    <div id="map_canvas" style="width: 500px; height: 300px"></div>
  </body>
</html>




On Jun 8, 1:04 pm, ProbablyMike <[email protected]> wrote:
> What domain did you register the key for?
> Looks completely wrong to me for the domainhttp://www.10degree.in
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to