On Jan 7, 6:22 pm, fitzcarraldo <[email protected]> wrote: > > var url = 'http://spreadsheets.google.com/feeds/list' > + '/' + param_ssKey + '/' + param_wsId + '/ > public/values' + > '?sq=category%3DAccountants&alt=json-in- > script&callback=cm_loadMapJSON'; > > Is there a syntax that I should use to mark it as a variable? I > suppose I should enclose myVariable with some special character?
This isn't an API question; it's a Javascript question. You do it in exactly the same way as you are using the variables param_ssKey and param_wsld in your url. 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 -~----------~----~----~----~------~----~------~--~---
