On 12 April 2011 21:16, Prophet <[email protected]> wrote: > For this line: markerNodes = markerNodes.sort(fSortOnState); > > I keep getting: fSortOnState is not defined > > Is there a reason for this?
Probably that you haven't defined it. It doesn't appear in your code listing. usgolfer's post does contain that function though. (The parameter to "sort" is a function which defines the sort order) -- 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.
