On Jun 21, 7:33 am, "X.Smalbil" <[email protected]> wrote: > Did anybody try to replicate this functionality before or do I need to use > Firebug and go through Google's js files all week long? > It would be a nice thing to build in. Would be nice to have a function like:
It would be nice for you true, but would add overhead to the API that most of us would never use. -- Larry > > map.addOverlaySendOptions(email,phone,car,gps); > > which outputs something that could be CSS styled: > > <p> Send to: > <ul> > <li><a href="#tab1">Email</a></li> > <li><a href="#tab2">Phone</a></li> > <li><a href="#tab3">Car</a></li> > <li><a href="#tab4">GPS</a></li> > </ul> > > On 21 June 2011 16:15, [email protected] <[email protected]> wrote: > > > On Jun 21, 7:03 am, "X.Smalbil" <[email protected]> wrote: > > > If I look for this on google, I only get info on how to use googlemaps. I > > > actually am looking for info on how to build it. > > > For my customer I have a website with a full window width and height map, > > > inclusing a custom marker and custom windowInfo box. > > > I would be nice to have a custom button that allows me to send to Tomtom > > and > > > others, email and phone. > > > > Are you telling me that there is no function in the api that allows > > sending > > > the current marker position and adress to a navigation device ? > > > There is no such functionality built into the API. You have to > > implement it yourself (it would probably be specific to the > > "navigation device" in any case). > > > -- Larry > > > > On 21 June 2011 15:45, [email protected] <[email protected]> > > wrote: > > > > > On Jun 21, 6:37 am, "X.Smalbil" <[email protected]> wrote: > > > > > Does anybody know anything ? > > > > > Haven't done it. What I would do if I needed to: Use google to search > > > > the web for how to send email (or whatever other destination you want > > > > to "sendto") from your website (that isn't part of any of the mapping > > > > APIs). Search this group for "linkto" functionality as you will have > > > > to send a link to the map to comply with the terms. > > > > > -- Larry > > > > > > On 20 June 2011 21:50, Xander S. <[email protected]> wrote: > > > > > > > Dear googlemappers, > > > > > > > I'd like to implement Send-to gps,email etc. Just like the > > > > > >www.google.com/maps > > > > > > website has got. The only > > > > > > difference is that I'd like to put the "send to" button inside the > > > > > > infoWindow. > > > > > > Ive been working with API v2 and couldn't find anything in the > > > > > > documentation, so I looked into the v3 docs and > > > > > > same stuff. > > > > > > > Does anybody know how to replicate the googlemaps send-to > > functions? > > > > > > > -- > > > > > > 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. > > > > > -- > > > > 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. > > > -- > > 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. > > -- 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.
