No problem, As far as emailing is concerned, as you have the address of the infoWindow, you can easily pass this to a "mailto:" URL, with the address in the subject or body of the email (Although it's not as elegant as Google's own implementation)
Alternitavely, I would use a server-side language to post the address as a variable to a form, at which point a user can fill out the form and do what they need to do (Email or SMS), keep in mind SMS usually needs an SMS gateway, so you would need to get this organised with another 3rd party company Good luck with it all Pete On Jun 24, 2:58 am, Ariana <[email protected]> wrote: > > 1. You need to create a mapping application which let's your users > > find something they are looking for (destinations, directions, > > placemarks etc). This can all easily be achieved using Google Maps > > API. > > The map is up and running, with multiple markers and a shared info > window. The infowindow contains the corresponding address, along with > two small icons (one is a .png of a piece of mail = send directions to > e-mail; and the other is a .png of a cell phone = send via text). > > > 2. You need a server-side language (and possibly a database) to allow > > a user to save, send-to-friend and so forth. > > Please note whilst this can easily be achieved, it's not Google Maps > > API dependant. > > Ideally, I would like the user to be able to click on the .pngs in > the infowindow and either e-mail or text (depending on event) the > address. Similar to how Google Maps allows you to click on a marker, > and within the infowindow is a "send" option. > > If Google doesn't offer this service (bummer!), might you have some > examples of how I can go about it? > > Thanks for your response Pete! > > -- Ariana -- 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.
