> to query a store locator service to find out which store (may be by > name - ex. > Shaws) is closest to one of the nodes.
I'm not sure how you might do that unless you know where "Shaws" is. It's easy enough once you store the locations of the places you are interested in. > I think it should be possible to build this using this API but I am > not sure if > such store locator services exist online at this pt. Have you looked in the examples, there is one called 'store locator' http://code.google.com/apis/maps/documentation/javascript/articles.html You'd want to replace the code for user-typed address with code for your mobile location(s). If you're planning on only having this application available on your laptop, i.e. not public, you should check the terms of use and the FAQ. -- 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.
