>From my point ov view you have to handle it with a Eventlistener

GEvent.addListener(marker, "click" function(){
var coordinates = marker.getPoint();
map.openInfoWindowHtml(point, coordinates)
}

I didn't test it, but how you told, it should be only a  point to the
right direction

greets
Max

On 18 Jun., 23:56, Pecan <[email protected]> wrote:
> Reading through dozens of demos and the API documentation, I still
> can't figure out something which I thought would be dead simple.
>
> How can I retrieve the place names that end-users see on a specific
> Google Maps tile, say in a given long/lat/radius?
>
> E.g., in this location (40.713000, -74.010580):
>
> http://maps.google.com/maps?f=q&source=s_q&hl=en&q=40.713000,+-74.010...
>
> I would like to return the place names / POI which are:
> World Trade Center
> Ground Zero
> The College of Insurance
>
> That is - every place name that an end-user would see if they were to
> go to Google Maps and click on that location.
> No need to return street names - only place names of points-of-
> interest such as the above.
>
> I assume the API exposes this data somehow?
>
> If someone could point to the right direction that would be great
> (something more specific than "check the API" would be
> appreciated.....)
>
> Paul

--~--~---------~--~----~------------~-------~--~----~
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