On Apr 8, 2:16 pm, UGO <[email protected]> wrote: > Ive registrar a api to a domain and placed the java api code where i > wanted it and its givng me error messages each time >> > The Google Maps API server rejected your request. This could be > because the API key used on this site was registered for a different > web site. You can generate a new key for this web site > athttp://code.google.com/apis/maps/.
There's no map at the URL you gave; but the "server rejected" message indicates that you have sensor=true_or_false in your script tag. Make sensor a valid value, as described in the documentation -- although you can probably guess what true_or_false should actually be. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
