Hi bharathi,
You can find examples of performing queries in multiple languages in
the developer guide:
http://code.google.com/apis/base/javadevguide.html
There are also some helpful example programs here:
http://code.google.com/apis/base/sample-apps.html
I'm not sure what language you are interested in developing in, but
between these two pages, you should hopefully be able to find
something to help you get started. Here's a tip, if you are looking
for housing items, you can specify an item type of housing in two
ways; as a URL parameter:
...?bq=[item type: housing]...
Or using a category query as part of the URL
.../-/housing/...
Happy coding,
Jeff
On Jul 5, 1:15 am, bharathi <bhar...@gmail.com> wrote:
I have started a new site. I would like to display all the real
estate(housing) properties on my site like (bedrooms,bathrooms,price).
And also i need the search funcionality.
What is the way to do that?
Anyone help me...