Regardless of the API version, if I read your question correctly, it sounds to me like something that could just be handled via building a sql query correctly (based on what the user selects in their search). So, in other words, setting up the WHERE and AND clauses via PHP (unless you are handling things through jQuery or something which I'm less familiar with) based on the checkboxes selected, getting values returned from the database and declaring them into your XML (if that's the approach you are using).
And yes, this is the v3 API group...and the XML code I'm referring to is from the Store Locator article found in the articles section for both the v2 and v3 APIs (which is what I assume you are using and referring to)...though it still references code in both areas for only v2. Which is a little confusing, but I expect it will be updated someday. Or one could just figure it out by looking at how things are now done for v3 and applying it... k On Wed, Apr 21, 2010 at 6:54 AM, Eric <[email protected]> wrote: > How do you find the version number, because I was posting in the v2 > group but was told my site was running v3... > > On Apr 20, 5:24 pm, Luke Mahé <[email protected]> wrote: > > Hi Eric, > > > > Your site is using the v2 API so you probably will have more luck posting > on > > the v2 group -http://groups.google.com/group/google-maps-api/topics > > > > <http://groups.google.com/group/google-maps-api/topics>- Luke > > > > > > > > > > > > On Mon, Apr 19, 2010 at 8:00 PM, Eric <[email protected]> wrote: > > > I've gotten an explanation for this but it was a little above my head > > > (and under a different topic). > > > > > I want a group of check boxes to act as a filter to only show certain > > > location types. > > > > > Link:http://www.byebyewithbaby.com > > > > > I want it to filter by changing tables, clean restrooms, gas stations, > > > etc (I have several categories and their mySQL values are a 'y' if > > > they fall under that category or an 'n' if they do not). > > > > > So I need to know the code (and where to put it) pass the checkbox > > > results to the map search to return only the locations under the > > > selected category(ies). > > > > > Also, is there a built in 20 results limit? Seems to only show up to > > > 20 locations. > > > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "Google Maps JavaScript API v3" group. > > > To post to this group, send email to > > > [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<google-maps-js-api-v3%[email protected]><google-maps-js-api-v3%2B > [email protected]> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > > > -- > > You received this message because you are subscribed to the Google Groups > "Google Maps JavaScript API v3" group. > > To post to this group, send email to > [email protected]. > > To unsubscribe from this group, send email to > [email protected]<google-maps-js-api-v3%[email protected]> > . > > For more options, visit this group athttp:// > groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps JavaScript API v3" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-maps-js-api-v3%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
