Got X and Y points on the google map how can i convert the same to lat n lng?
Can we do by creating a new GPoint(x,y) ? On Tue, Apr 20, 2010 at 2:07 PM, Arvind Rangan <[email protected]> wrote: > Yes correct i am reading it and trying for another option > 1. get X and Y of the co-ordinates on the mouse up > 2. use Gbound it and get the GPoints and then get the lat and lng how does > sound is it workable am still doing it, if am going wrong then let me know. > > Thanks > Arvind > > On Tue, Apr 20, 2010 at 2:04 PM, Rossko <[email protected]>wrote: > >> > So technically we should be able to trigger map.click event? >> > as per example >> > GEvent.trigger(map, "click",function) am correct? >> >> Yes, but you may not have read the documentation properly. >> 'function' will be passed as an argument to whatever click listener(s) >> already exist. >> >> -- >> 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%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-maps-api?hl=en. >> >> > > > -- > Arvind P Rangan > > -- Arvind P Rangan -- 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.
