On Aug 21, 12:03 pm, "Eng. Mosaab" <[email protected]> wrote: > The following is the map code:
http://groups.google.com/group/google-maps-js-api-v3/browse_frm/thread/2b3f101fd509919e Please post a link to a map that exhibits the problem, not code. This is v2 code, this is the v3 group. If you are using v2, you should ask your question in the v2 group: http://groups.google.com/group/google-maps-api/topics > map = new GMap2(document.getElementById("map")); > > marker.openInfoWindowHtml(show); > }); > > map.addOverlay(marker); > > So please, can any body help me?? Probably. I'm not going to look at the code you posted any further than I have. It looks like my wild guess was close though, you only place markers at places returned by the geocoder. -- Larry > > On Aug 21, 1:48 am, "[email protected]" <[email protected]> > wrote: > > > On Aug 20, 11:25 am, "Eng. Mosaab" <[email protected]> wrote: > > > > Hi, > > > > I have a google map on my site which give the users the ability to > > > submit their position on the map by drag the marker to the desired > > > position. > > > The problem is that the marker deviates from its position after the > > > users post the posting. and I guess that the marker deviates to some > > > "known position" on the map instead of stay on its original position. > > > > Let me explain this. The goole map on my site is rendering the saved > > > coordinates on my database to some to a 'known feature or place' on > > > the map,which has different coordinates from the original position. > > > > So please, can any help me and let me know how to fix this, which make > > > the map deal with coordinates not with the nearest "known position" to > > > the original coordinates!!!! > > > How? We can't see your map. > > > Wild guess. You are reverse geocoding the position, and sending that > > result back to the server. If that is true, don't do it, send back > > the coordinates the user selected. > > > If that doesn't help, please follow the posting guidelines and provide > > a link to your map that exhibits the problem. > > > -- Larry -- 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.
