As an option you can open standard infowindow on mouseover event and
add your controls to this infowindow.
On 14 Січ, 19:31, sofway wrote:
> Hi there,
>
> the documentation says that you can add any control to any predefined
> positions (corners). I need to add a custom div as a tooltip besides
>
in order to get coordinates of use click you would need to add a
listener to your map:
google.maps.event.addListener(map, 'click', function(event) {
do_smth_with_coords(event.latLng);
});
then you can use coords further. In my example function
"do_smth_with_coords" will recessive LatLng objec
hi Alex,
try oDesk.com, eLance.com or similar resources.
dennis.
On May 19, 1:44 pm, Alex Spyropoulos wrote:
> Hi all,
>
> We have a small game company and we just been asked to do an 'art' map
> audio guide for a small town in a very tight deadline, our programmers
> haven't done it before an
Hello Gents,
i have a task to check if some point is lying inside given polygon. Do
anybody have any ideas on this?
Any information would be appreciated.
Thanks, Dennis.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post t
Hi Luke,
hope this thread is still alive. :)
I played with your example and i like it very much.
Due to lack of CSS3 support in IE it looks not so superior there but still
ok.
Could you please describe how did you solve an issue with click on Bubble
treated as map click? I have similar issue in