On Jun 15, 7:57 am, Nathan Raley <[email protected]> wrote: > > I'm just not sure as to > what that line 8 is actually trying to do that would be causing this. >
the source code above N(a,b) is called the "map" function in higher order programming, so you really need to know the function b() which is being applied to each element of a. What does the visual studio debugger say? http://en.wikipedia.org/wiki/Map_(higher-order_function) ... -- 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 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-js-api-v3?hl=en.
