On 1 March 2012 06:45, snehal <[email protected]> wrote: > Sorry i am not getting you what you want to say. Please can explain > me clearly as i am new to this..
Where you have this <script src="http://maps.google.com/maps?file=api&v=2&key=..."> you need to add a sensor parameter in addition to file, v and key: <script src="http://maps.google.com/maps?file=api&v=2&key=AIzaSyA2VJMUjD6doRR6az8bl0YgyIv_HT8k2jM&sensor=false" type="text/javascript"></script> You could use sensor=false or sensor=true, depending on your circumstances. See the documentation for details of which one to use. I do get an error within the API on your map, but that may be because it's not loaded correctly at the moment. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
