On 17 February 2011 15:32, Spatial Junkie <[email protected]> wrote: > Thank you! Even with that fixed (sorry I uploaded the wrong version map > should be the mymap that I defined earlier, but should be the correct one > now) all I get is a blank map. Am I mis-defining map, or do I have the > point information incorrect?
OK... I get a different error. myMarkerOpts is not defined at var marker = new google.maps.Marker(myMarkerOpts); And that's correct too. You defined myMarkerOptions. How are you testing this and verifying what errors you have? Hint: use Firebug, or Firefox's error console (Tools > Error Console) or double-click the little yellow triangle in the status bar of IE. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
