> i didn understand this Okay. Do you actually want a Google Map on your website? You did say "everything looks good" so perhaps you are not expecting to see a map, and just want the API Key message to go away.
The line in your website that goes wrong is <script src="http://maps.google.com/maps?file=api&v=2&key=your key" type="text/javascript"></script> So if you don't want a map then take this line out of your webpage. If you do want a map, then read the documentation https://developers.google.com/maps/documentation/javascript/v2/introduction about how to get and use a key, so that you can include your own key in the <script> tag. -- 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.
