I try to use placemarker() but without success Could you show me how insert it into my function codeAddress() please ?
thanks for your help :) see you On Nov 21, 2:58 pm, Rossko <[email protected]> wrote: > > I try this code : > > That code is not what is at the link you gave us. > > > Do you know why ? > > But I can work that part out. > Your placeMarker() function is defined inside another function, > loadMap(). > Don't do that, define it outside of any other function, so that is > always available. > > When you've sorted that, it still won't work because you have to pass > an argument to placeMarker when you call it, to tell it the position > you want the marker to be placed at. It can't guess what you have in > mind. -- 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.
