[Google Maps API v3] Re: Reusing marker clicklistener?

2011-02-05 Thread George Georgovassilis
Hello bratliff & Martin, Thank you for your answers. @bratliff: The whole point is that the singleton listener can't know which marker received the click since the only parameter the listener function gets is a MouseEvent, which does not expose that information. So, in your example, "this.george"

Re: [Google Maps API v3] Infor window background color

2011-02-05 Thread Chris Broadfoot
On Sun, Feb 6, 2011 at 2:52 PM, Rednek wrote: > Is there away to make the info window background a different color instead > of white. Unfortunately not. You should use custom info window (OverlayView) like InfoBubble: http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobubble/ex

[Google Maps API v3] Infor window background color

2011-02-05 Thread Rednek
Is there away to make the info window background a different color instead of white. Heres the code for infor window. I know I can change the div background color for content but would like to whole infoWindow background a certain color. var contentString = ''+ ''+ ''+ 'Shawnee County Distric

Re: [Google Maps API v3] InfoWindow with tabs

2011-02-05 Thread Chris Broadfoot
Check out InfoBubble: http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobubble/examples/example.html On Fri, Feb 4, 2011 at 2:59 AM, VolksNav wrote: > what does substitute the v2 facility to create infoWindows with tabs? > -- http://twitter.com/broady -- You received this

Re: [Google Maps API v3] Externs file for use with Closure-Compiler

2011-02-05 Thread Luke Mahé
Hi, The URL to the externs is http://closure-compiler.googlecode.com/svn/trunk/contrib/externs/maps/google_maps_api_v3.js You can also specify versions: http://closure-compiler.googlecode.com/svn/trunk/contrib/externs/maps/google_maps_api_v3_1.js http://closure-compiler.googlecode.com/svn/trunk/c

[Google Maps API v3] Re: Cloud of points perimeter

2011-02-05 Thread geocode...@gmail.com
On Feb 5, 3:00 am, Mounir wrote: > Hello, > > What I'm basically trying to do for a week : > Draw a polygon area from a cloud of points with coordinates. > > I have clouds of points with coordinates. Each cloud is a group of 30 > to 100 points. > > What I want : is to determine the most external p

[Google Maps API v3] Re: Reusing marker clicklistener?

2011-02-05 Thread Martin Matysiak
Also if you shouldn't already do it, with such a high marker count lightweight markers will probably improve the performance of your website, if you don't need all the features of a common google.maps.Marker (sample implementation here

[Google Maps API v3] IE8 problem: polygons with 0

2011-02-05 Thread Ing. Stefano
If I try http://code.google.com/intl/it-IT/apis/maps/documentation/javascript/examples/polygon-simple.html with IE8, I see into the polygon strange lines. Don't you? I think these lines can be borders of map tiles. Every other browser (included IE7 and IE6) do not show these lines. -- You receiv

[Google Maps API v3] Cloud of points perimeter

2011-02-05 Thread Mounir
Hello, What I'm basically trying to do for a week : Draw a polygon area from a cloud of points with coordinates. I have clouds of points with coordinates. Each cloud is a group of 30 to 100 points. What I want : is to determine the most external points, or peripherical points, so I can add them

[Google Maps API v3] Re: Polygons overlaid in FF

2011-02-05 Thread Nikolaj Pedersen
Good to hear! I just figured out what was possibly going wrong, but too late! :) .nikolajp On Feb 5, 4:55 am, Dave wrote: > FIXED! > > The problem was that I was using a global variable for paths and > obviously this is just used by reference when initialising a polygon - > so any change to it

[Google Maps API v3] Externs file for use with Closure-Compiler

2011-02-05 Thread sgiddings
Does anyone have the correct address for the externs file for use with google's closure compiler ? The addresses given in the announcement by Chad and Luke are nolonger valid (http://groups.google.com/group/google-maps-js-api-v3/ browse_thread/thread/be037b22a148af0b/f4e587c6440847a9) -- You rece

[Google Maps API v3] Re: HELP!! uncaught reference error

2011-02-05 Thread geocode...@gmail.com
On Feb 5, 11:22 am, Lewis Rogers wrote: > Also this is a temporary link. Sorry for not including it. I did not read > the "before posting article" ps. > > http://pastehtml.com/view/1d3v6g0.html Have you investigated your javascript errors? I get: Line: 46 Error: 'start' is undefined Line: 3

[Google Maps API v3] Re: HELP!! uncaught reference error

2011-02-05 Thread Lewis Rogers
Also this is a temporary link. Sorry for not including it. I did not read the "before posting article" ps. http://pastehtml.com/view/1d3v6g0.html Once again thank you for any help or advice that you can provide. Lewis. -- You received this message because you are subscribed to the Goog

[Google Maps API v3] Re: Reusing marker clicklistener?

2011-02-05 Thread bratliff
On Feb 5, 5:48 pm, George Georgovassilis wrote: > Hello group, > > I'm adding several thousand clickable markers to a map (via the excellent > markerclusterer). The entire setup takes around 1.5 sec with FF3.6, however > I found that when reusing listeners, the time goes down to 1.2 sec, so that >

[Google Maps API v3] Reusing marker clicklistener?

2011-02-05 Thread George Georgovassilis
Hello group, I'm adding several thousand clickable markers to a map (via the excellent markerclusterer). The entire setup takes around 1.5 sec with FF3.6, however I found that when reusing listeners, the time goes down to 1.2 sec, so that would be roughly: var singletonListener = function(evt)

[Google Maps API v3] WebGL for Google Maps API v3

2011-02-05 Thread Radiante
How can I use WebGL (Google Chrome 9) for rendering Google Maps API v3 ? Or how soon will be supports a WebGL for google maps api for 2D and 3D ? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email

[Google Maps API v3] Re: custom direction marker

2011-02-05 Thread geocode...@gmail.com
On Feb 5, 4:52 am, vito wrote: > Thanks, that's what I'm looking for, unfortunately I not with my > laptop, so i can't see the source code for it, "View source" doesn't work in your browser? -- Larry > so just wondering what's the idea behind it, do you just overlay on > the top of the existin

[Google Maps API v3] Re: Different infowindow with each polygon

2011-02-05 Thread geocode...@gmail.com
On Feb 5, 12:58 am, Sareth wrote: > On 4 фев, 15:45, "geocode...@gmail.com" wrote: > > > Examples:http://www.geocodezip.com/v3_polygon_example_clickable_squares.html > > andhttp://www.geocodezip.com/v3_polygon_exampleD.html > > (the orange polygons are clickable) > > >   -- Larry > > Sorry, but c

[Google Maps API v3] Re: custom direction marker

2011-02-05 Thread vito
Thanks, that's what I'm looking for, unfortunately I not with my laptop, so i can't see the source code for it, so just wondering what's the idea behind it, do you just overlay on the top of the existing marker or there is a switch to remove them? What I'm trying to do is get route direction f

[Google Maps API v3] Re: Current Location Marker

2011-02-05 Thread Martin Matysiak
When creating the marker, you say: position = initialLocation() This would suggest that initialLocation is a method you're trying to call. But looking at the code above, initialLocation is already your google.maps.LatLng object, so it would have to be position = initialLocation (so just the f

[Google Maps API v3] Re: Different infowindow with each polygon

2011-02-05 Thread Sareth
On 4 фев, 15:45, "geocode...@gmail.com" wrote: > Examples:http://www.geocodezip.com/v3_polygon_example_clickable_squares.html > andhttp://www.geocodezip.com/v3_polygon_exampleD.html > (the orange polygons are clickable) > >   -- Larry Sorry, but can you explain me, what I must insert in my cod

[Google Maps API v3] Re: Different infowindow with each polygon

2011-02-05 Thread Sareth
On 4 фев, 15:44, Paulo Fernandes wrote: > Next time try to post a link, this is part of guidelines. About link, I develop program and integrate Google Maps into this program, so here no any link. > You need to define variables to each polygon that you want to display. > For example: > var pol