ただし、ツイート (つぶやき, status) から取得できる位置情報に限る (プロフィールの位置情報は今回扱わない)。 ツイートは Twitter API の http://api.twitter.com/1/statuses/user_timeline.json?screen_name=nilab&trim_user=true にて取得している。 Ref. GET statuses/user_timeline | Twitter Developers ツイート (APIリファレンスによるとstatusと呼ばれる) に含まれる位置情報は以下の3種類。 coordinates: 経度・緯度 geo: 緯度・経度 place: Twitterが管理する場所データベースのエントリ coordinates オブジェクト coordinates に経度、緯度の順番 (GeoJSON形式) で位置情