Hey Priti,
To get more information about a place all you need to do is make an API
request to the URL in the place object. In your case this would be:
http://api.twitter.com/1/geo/id/79c32440a890dad7.json
Hope that helps,
@themattharris
Developer Advocate, Twitter
http://twitter.com/themattharris
On Wed, May 11, 2011 at 11:20 AM, Priti <[email protected]> wrote:
> What is the best way to find state information from "place" object
> when place_type is either "poi" or "neighborhood" ?
> Is it to take "place.url" and do lookup under "contained_within" ?
>
> snippet from tweet:
> ...
> "place":"{full_name=Starbucks Coffee, San Francisco, name=Starbucks
> Coffee, url=http://api.twitter.com/1/geo/id/79c32440a890dad7.json,
> country=United States, place_type=poi, bounding_box={type=Polygon,
> coordinates=[[[-122.434817, 37.760942], [-122.434817, 37.760942],
> [-122.434817, 37.760942], [-122.434817, 37.760942]]]},
> country_code=US, attributes={street_address=4094 18th Street},
> id=79c32440a890dad7}","geo":"{type=Point, coordinates=[37.7609,
> -122.435]}",
> ... <rest part of tweet ignored>
>
> I have been trying to read on the discussions but did not find
> concrete solution.
> Thanks,
> -Priti
>
> --
> Twitter developer documentation and resources: https://dev.twitter.com/doc
> API updates via Twitter: https://twitter.com/twitterapi
> Issues/Enhancements Tracker:
> https://code.google.com/p/twitter-api/issues/list
> Change your membership to this group:
> https://groups.google.com/forum/#!forum/twitter-development-talk
>
--
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group:
https://groups.google.com/forum/#!forum/twitter-development-talk