Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
地理位置情報 (緯度と経度) を取得するにはどうすればよいですか
http://api.flickr.com/services/rest/?method=flickr.photos.search&per_page=10&nojsoncallback=1&format=json&tags=flower&api_key=00af42177056c5b71bda9bd49938c1
json形式で利用可能な画像のジオロアクションを出力したい
ありがとう
flickr.photos.geo.getLocation(apikey, photo_id, flags)
次のようなものが返されます:
<photo id="123"> <location latitude="-17.685895" longitude="-63.36914" accuracy="6" /> </photo>
これは、JSon文字列に簡単に解析できます