I am trying to design a site feature that displays the locations of events 
that are stored on the database of the company I work for.  It would iterate 
over all the venue locations and their corresponding city and state and 
display the results as place markers on the map.  I’ve been using the places 
API PlacesService.search(request, callback); feature.  Some search queries 
show results when done on this V2 example:
http://code.google.com/apis/maps/documentation/javascript/v2/examples/control-googlebar.html
(try: Mortensen Hall, Hartford CT).  But when done using the mentioned V3 
places method only some of the terms work, but some do not (the Mortensen 
Hall ex. does not).  I am not sure how the V2 code works but it does not 
seem as customizable (from looking at the source code).  Running the same 
query on the main Google maps site produces similar results to the V2 code.

So my questions are these:
Why are the results different? (Some queries show up using the V3 places 
API, just not all)?
How do I use the same Google map search results, only customize the markers, 
info windows and other features?  Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/A74JCb4WyOAJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to