On Apr 27, 12:24 pm, SF_Newbie <[email protected]> wrote: > Cheers for this > > FYI I found my problem. > The tag for > <script src="http://maps.google.com/maps? > file=api&v=2&sensor=true_or_false&key=ABQIAAAA8f0frnZd5eaEpk3VlfvtiRTP- > nQO30TV4MerbYT8p0gD9BDdlBTqYiHXzxUcke-VzgNc9prgM_TtJg" > type="text/javascript"></script> > is split across 2 lines at " type="text/javascript"></script> "
Actually that's not a problem, it's quite ok to split tags like that. You can't split strings, so it's not ok to put a line-break just before &key= for example (which is what the API signup page still has in its code snippet) The problem with the script tag quoted above is sensor=true_or_false, which won't work. Pamela has had documentation updates in train for several weeks now. 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 -~----------~----~----~----~------~----~------~--~---
