Maksym Gontar
Maksym Gontar

Reputation: 22775

Free server solution for strict content photos with geotags

I would like to create some kind of open free "group" posting of photos with geotags

First I thought about Panoramio, but seems there is no API for photos upload.

By now I can see only two ways:

Can you suggest other free photo services with geotags functionality, or opensource solutions?

Thank you!

EDIT
:) Want to add, that I am intrasted in services with open API that is why I thought its a good idea ask this question at SO...

Upvotes: 0

Views: 253

Answers (2)

samiq
samiq

Reputation: 2974

it also seems like panoramio does have an API based on services with responses in JSON

the request will be something like

http://www.panoramio.com/map/get_panoramas.php?order=popularity&set=public&from=0&to=10&minx=-124.29382324218749&miny=36.089060460282006&maxx=-119.8773193359375&maxy=38.724090458956965&callback=MyCallback

checkout this post in google geo developers blog for more info

hope it helps.

G.

Upvotes: 0

Maksym Gontar
Maksym Gontar

Reputation: 22775

I guess, Picasa may be an alternative in some way.
Picasa access in android: PicasaUploadActivity

Upvotes: 0

Related Questions