rest - How to interact with the Panoramio API using services? -


I am writing a place based client and would like to integrate panoramio with my client, now the problem is that I '<~ P>

I know that they have an API, but it is mostly for embedding content in the website and I do not have to interact via code (at least with documentation)

Did any of you cut a path through this Land?

I am writing the client basically for Android and iPhone if you are thinking.

Cheers,

Yes.

Well it seems like the answer came a little bit faster ... and even though it's on their website Is easily accessible through the medium and even Google in their Geo Developer Blog

A sample request for obtaining images from a bounding box is given below:

 < Code> http://www.panoramio.com/map/get_panoramas.php?order=popularity& Set = Public & amp; From = 0 & amp; To = 10 & amp; Minx = -124.29382324218749 & amp; Miny = 36.089060460282006 & maxx = -119.8773193359375 & amp; Maxy = 38.724090458956965 & amp; Callback = MyCallback  

Update: I have also received their data for API.

Hope it helps!


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -