Questions tagged [panoramio]

Panoramio is a geolocation-oriented photo sharing website.

Panoramio has a Widget API and a data API which you can display the photos from Panoramio on your own web site or programmatically get photo information to use it in your own application, or locate on Google Maps.

43 questions
126
votes
17 answers

How to calculate the bounding box for a given lat/lng location?

I have given a location defined by latitude and longitude. Now i want to calculate a bounding box within e.g. 10 kilometers of that point. The bounding box should be defined as latmin, lngmin and latmax, lngmax. I need this stuff in order to use the…
Michal
  • 3,141
  • 5
  • 27
  • 29
19
votes
6 answers

How to get a picture of a place from google maps or places API

I'm using Google Places API to retrieve data about places, but couldn't find how to get a picture of that place, Google Places API just provides icon which is not the same. I need the photo you get when you search for a place in Google Maps in a web…
7
votes
1 answer

API to display the nearest photos to a long/lat location from Google Maps Views (like Panoramio)

Forgive me if this has already been asked but searching on 'Google Maps Views' brings up rather a lot of irrelevant hits. Is there an API to display the nearest (say) 5 photos to a particular long/lat location from the photos available on Google…
3
votes
0 answers

Panoramio Data API Not Returning Photos Data

I tried to get JSON on this URL and it returns count = 4 but no photos array returned? No matter what values from and to are set. If count is 4 then from can be at most 3 right? (0, 1, 2, 3 that's 4 photos) Or how does this work? Why didn't it…
Corrine
  • 31
  • 2
3
votes
1 answer

Panoramio pictures on iOS without Google Maps

I'm developing a little iOS App which shows POIs on a standard MKMapKit map (from Apple). When the user select a POI, the app send a request to Panoramio to get a photo from the latitude and the longitude, like that…
BoloG
  • 81
  • 1
  • 4
2
votes
1 answer

Google Maps streetview shows awesome panoramio photos in China - can we do this?

If you have a look at Google Maps and search for some place in China like Tiananmen Square for example, then drag out the little streetview man, he does not go on the roads like normal... instead there is a scattering of little blue dots where he…
mike nelson
  • 21,218
  • 14
  • 66
  • 75
2
votes
0 answers

Panoramio REST API - how to get latitude and longitude?

I have been creating an implementation where I would want to get the latitude and longitude coordinate values per each of the returned image from Panoramio. I have seen an example where the REST call returned an object, which contained also the…
2
votes
1 answer

Adding Panoramio Photos To An OpenLayers Map

I have a pretty well integrated OpenLayers map that I want to add photos from the Panoramio API to. Unfortunately, it seems both API's are under documented on this subject. I found one great tutorial here…
elshae
  • 539
  • 3
  • 11
  • 30
2
votes
1 answer

OpenLayers Format JSON is Returning Empty responseText String

After a week of posting at the OpenLayers forum and not receiving responses to my questions, I have decided to look here. I have Googled and Googled and Googled and even found a wonderful tutorial concerning this topic, in Spanish, but so well…
elshae
  • 539
  • 3
  • 11
  • 30
2
votes
1 answer

How to interact with the Panoramio API using services?

I'm writing a location base client and would love to integrate Panoramio with my client, now the problem is that I can't find a way to interact with the Panoramio using a ~REST-like service. I know they do have an API but it's mostly for embedding…
samiq
  • 2,954
  • 1
  • 29
  • 29
2
votes
2 answers

Mootools Breaking Panoramio Javascript API

I am trying to use Panoramio's JavaScript API but it fails to display when the MooTools framework is used. Using Chrome's inspect feature on this jsFiddle reveals this error with the included JavaScript: Uncaught SyntaxError: Invalid regular…
ab853
  • 385
  • 5
  • 18
2
votes
2 answers

Fetching owner-uploaded or user-uploaded photos from Google Maps

I would like to fetch user-uploaded or owner-uploaded photos of locations using some Google API. For example: In this place: http://g.co/maps/pxbse , you can see an owner-uploaded photo of this place in the place's popup window on the map.…
Alexandros
  • 4,425
  • 4
  • 23
  • 21
1
vote
1 answer

Panoramio API get high resolution photos?

The API call, 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 Returns JSON like this,…
Martin Joe
  • 27
  • 9
1
vote
1 answer

How to get images for multiple location from the panorama?

How to get all images from the panorama by sending multiple latitude, longitude at a time. I want to show the panorama images on my site and for the same I did the follwing I am able to get images from the panorama by sending tag & lat lng for one…
sandip
  • 3,279
  • 5
  • 31
  • 54
1
vote
1 answer

Get pictures from Panoramio accrording to bounding box

Unfortunatly I am new to programming issues and need a clarification regarding panoramio APIs. I have the following generic…
user1665514
  • 69
  • 2
  • 7
1
2 3