Hi i am sekhar .I am creating custom maps in my orkut
opensocial application .I created custom controls accoring to my
application.I am using the following
code.
var blueIcon = new google.maps.Icon(G_DEFAULT_ICON);
                blueIcon.image = "http://myapp.compnay.com/AppDir/images/
marker.gif";
                markerOptions = { icon:blueIcon };
                var point = new 
google.maps.LatLng(geo_approx_lat,geo_approx_long);
                var marker = new google.maps.Marker(point,markerOptions);
                map.addOverlay(createMarker
(point,MapOwnerData));                               function
createMarker(point, MapOwnerData)
{
  var marker = new GMarker(point);
    GEvent.addListener(marker, "click", function() {
    map.openInfoWindowHtml(point, MapOwnerData);
  });
  return marker;
}
          in the above function marker is creating after that i am
getting error like "this.Q is null
[Break on this error] kl.prototype.ud=function(a,b){return thi...tion
().fromLatLngToPixel(a,b||this.Ag)}; in firebug and map is not
loading.can anybody help me
out.
Thanks         Sekhar .
--~--~---------~--~----~------------~-------~--~----~
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