I fixed the string error (thanks for that tip!) - but still no results appearing once addresses submitted. Any way to find out why?
On Thu, Jan 26, 2012 at 10:31 AM, Andrew Leach <[email protected]>wrote: > On 26 January 2012 15:17, Randy Tuggle <[email protected]> wrote: > > I just updated it with my own maps API key (the one there was from the > > previous designer). I don't know if that helps you. What should I do to > fix > > the "unterminated string"? > > Well, I don't get a key error. To fix the unterminated string, make > sure the opening and closing quotes are on the same line. > > This works: > var string='A string of characters'; > > This won't: > var string=' > A string of characters > '; > > -- > 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. > > -- 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.
