If you script reference looks something likek this " http://maps.google.com/maps?file=api&v=2&key=ABQIAA<view-source:http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAJqpkTcde0VVSGBcgHVvYZBTA81BcX5XzUpjem_i2Tq8WDHyvehSeXXcYxu-xenjHgkDTxR-yTDh9wA>........." (yours does) then you are using v2 as it requires an API key. A script reference to v3 would look like " http://maps.google.com/maps/api/js?sensor=false<view-source:http://maps.google.com/maps/api/js?sensor=false> " with no API Key required.
On Wed, Apr 21, 2010 at 9: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.
