On Jan 11, 7:47 am, BESPOKE SOLUTIONS <[email protected]>
wrote:
> HOW CAN I GET THE ADDRESS OF THE PLACE(REVERSE GEOCODING) WHEN I CLICK
> THE PUSHPIN.I CAN GET THE ADDRESS WHEN I CLICK ON THE MAP BUT NOT ON
> THE PUSHPINS.

When you click a marker, the map's click-handler doesn't get a
location passed to it, it gets the overlay instead, together with a
third parameter indicating the location.
http://code.google.com/apis/maps/documentation/reference.html#GMap2.click

> AFTER GETTING THIS INFORMATION, I NEED TO DISPLAY IT IN INFOHTML OF
> THAT POINT WITH SOME INFORMATION GATHERED FROM THE DATABASE FOR THAT
> PUSHPIN ( VEHICLE NO, DRIVER NO,ETC..) HOW CAN I DO THIS IN CODE-
> BEHIND

No idea about code-behind. You can pass parameters back to a
standalone server script with GDownloadUrl and open the infoWindow
when the data is returned. The API is a true client-server
environment.

For specific help, you need to give a link as requested in the posting
guidelines.
http://groups.google.com/group/google-maps-api/web/why-including-a-link-is-critical

Please don't shout.

Andrew
-- 
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.


Reply via email to