On Feb 25, 7:39 am, "Ryan O'Donnell" <[email protected]> wrote: > Thanks Larry. > > I also discovered: > > marker.getPoint().lat().toFixed(6); > marker.getPoint().lng().toFixed(6);
http://code.google.com/apis/maps/documentation/reference.html#GMarker.getPoint is deprecated (it is an alias for getLatLng...) > > works out nicely too! So it should work, but might go away sometime in the future... -- Larry > > On Thu, Feb 25, 2010 at 12:38 AM, [email protected] <[email protected] > > > > > wrote: > > On Feb 24, 6:11 pm, RyanO <[email protected]> wrote: > > > Newbie here... my page/script:http://vinesugar.com/wineries_editinfo.php > > > > After the marker is dropped into the location, how can I get the new > > > long/lat of the marker to show in the infoWindow? > > >http://code.google.com/apis/maps/documentation/reference.html#GMarker... > > > -- Larry > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google Maps API" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-maps-api%2bunsubscr...@googlegroups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-maps-api?hl=en.- Hide quoted text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "Google Maps API" 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-api?hl=en.
