I am trying to find all houses for sale within my map window. I calculate the lat/long of 2 opposite corners of the window and then place that in the Google Base Data API query. It was working this summer and would return all houses for sale within the box created by my two coordinates.
Now, I get just a few results (but no error). So a query that used to return, say, 100 results now returns 3. I verified my coordinates are correct by placing them into maps.google.com and then turned on Real Estate to verify there are MANY more than 3 houses for sale within that box. Here is my query: http://www.google.com/base/feeds/snippets/?max-results=101&bq=[item%20type:Housing][listing%20type:For%20Sale][location:%40%2B42.85819555015143-083.69569574609376..%40%2B42.80784121685528-083.7969759584961][property_type:Residential]&content=geocodes Coordinates are: (42.85819555015143, -083.69569574609376) and (42.80784121685528, -083.7969759584961) Why am I only getting 3 results? I have put in various coordinate ranges and never get more than 3 or 4 results returned whereas this query used to return the max I had set. If this is depreciated and I can no longer use coordinates like this, anyone have a better idea on how I can accomplish the same thing (return all results that would be shown in my given map window)? Thanks! Jenn -- You received this message because you are subscribed to the Google Groups "Google Base Data API" group. To post to this group, send email to google-base-data-...@googlegroups.com. To unsubscribe from this group, send email to google-base-data-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-base-data-api?hl=en.