Hey Guys,
I am creating an application to search for all drama theaters in my state. I collected the geo coordinates for the same and also created the KML which was then uploaded to my maps and I now have the respective map id.
Application is being created using PHP / Zend and I would like to invoke the Search API using a server-server call rather than using Google Ajax search. I found some documentation here but there is no reference on how to invoke search calls on a custom map. I couldn't find any parameter mapid in the RESTFUL request.
I know it can be achieved using Ajax search where we set an attribute called mapId in search method for SearchService object. Is there anyway I can do the same using the RESTFUL calls ?
Thanks Jugs