On Sep 21, 2:03 pm, "[email protected]" <[email protected]> wrote:
> > Now you can try it... > In the right column is "Kudy k nám? Najděte tu pravou trasu..." > link... You have a line-break after key= in the script tag. In Javascript, there must be no line-breaks between quotes: <script src="...."> not <script src="... ..."> There may be difficulties because you are also using the AJAX loader (jsapi) with a different key; but correct the maps script tag first. 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 -~----------~----~----~----~------~----~------~--~---
