On Oct 2, 11:26 am, SirMatts <[email protected]> wrote: > > The problem has for sure to do with key.
Sure does. You haven't put the key into the <script> tag at all: <script src="http://maps.google.com/maps?file=api&v=2&key=" type="text/javascript"></script> The key string needs to go after &key= and before " You also need &sensor=false in there (assuming you are not sensing where the map user is standing). > Is there someway too see which site is > registered to what account? No. Keys are all done with one-way encryption. You can have more than one key per account. 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 -~----------~----~----~----~------~----~------~--~---
