I saw something like that at stack overflow, I thing is what you need
here the source where I found
http://stackoverflow.com/questions/2105343/twitter-geocode-to-google-maps
and here the application
http://varskaviata.nu/twittermap/
Look the source code of the application to understand how it wo
Hi there,
When you're executing this Javascript, are you literally making the request
to api.twitter.com/version/geo/search.json? -- It looks like you may have
forgotten to replace "version" with "1" -- I get the callback when I execute
a request like GET
http://api.twitter.com/1/geo/search.json?
How can i access the jsonp callback in twitter geocode api using
jquery especially lat and long values ? Once i get those values i will
try to show it on the google maps
http://dev.twitter.com/doc/get/geo/search
I was trying to access it but it wasnt returning any results.
$(document).r