[Google Maps API v3] Re: How to add a custom control on latlng position, not corners

2012-01-16 Thread den380
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 >

[Google Maps API v3] Re: Lost

2011-12-18 Thread den380
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

[Google Maps API v3] Re: Hiring a freelance programmer for a Google Maps app for iphone.

2011-05-19 Thread den380
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

[Google Maps API v3] How to determine if given point is inside polygon

2011-05-19 Thread den380
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

Re: [Google Maps API v3] Re: New utilitiy library - InfoBubble

2011-03-30 Thread den380
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