On Dec 3, 1:45 am, gerta <[EMAIL PROTECTED]> wrote:
> I want to add an engine search, but not the classic Google search
> cause it finds only a few objects in my city. I want that : when the
> user put a name in the input field, select the category of that name
> (ex:hotel, bar..etc) in the drop-down menu, then a function should
> look into gmarker[i] compare the gmarkers[i].mycategory with the
> specific category and then compare gmarkers[i].name with the input
> name, if it finds that name, in that category, that marker should be
> added into the map.
> gmarkers[] is used to store markers that are created from an xml file.
>
If this is all client side, write the javascript to do that (beware
performance issues if you have several hundred markers). If it is
server side see Pamela's store locator tutorial.

 -- Larry
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to