Dear William, Thanks you for reply...... But I am unbale to understand it.... Is their any way to it out in C# code behind..??
On Wed, Jul 28, 2010 at 10:47 AM, William <[email protected]> wrote: > the maps api is loaded without a key on line 64 of > http://www.vaastusearch.com/ > > <script src="http://maps.google.com/maps?file=api&v=2" type="text/ > javascript"></script> > > see the following doco: > > http://code.google.com/apis/maps/documentation/javascript/v2/introduction.html#Loading_the_Maps_API > > you will need to include the key and sensor parameters: > > <script src="http://maps.google.com/maps? > file=api&v=2&key=abcdefg&sensor=true_or_false" > type="text/javascript"> > </script> > > ... > > -- > 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]<google-maps-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-api?hl=en. > > -- with regards, Rhishikesh R. Savadikar. +91 9890378800. -- 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.
