Re: [twitter-dev] Longitude and latitude Pairs for major cities

2010-02-10 Thread John Kalucki
You want to find the southwest corner and the northeast corner of each
region you wish to cover.

-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.


On Wed, Feb 10, 2010 at 8:49 AM, Mark Mason  wrote:

> I can get a longitude and latitude for a city like chicago, but I do I
> get the 2 pairs for locations=?
>
> this is what i have for NYC
>
> define('LOCATIONS_TO_TRACK',"-74,40,-73,41");
>
> how to I decide if I want the whole city?
>


[twitter-dev] Longitude and latitude Pairs for major cities

2010-02-10 Thread Mark Mason
I can get a longitude and latitude for a city like chicago, but I do I
get the 2 pairs for locations=?

this is what i have for NYC

define('LOCATIONS_TO_TRACK',"-74,40,-73,41");

how to I decide if I want the whole city?