Infinity doesn't work as a getWrapWidth(). The API performs the wrapping by using the remainder of dividing the pixel by the wrap width. That is meaningless when the wrap width is Infinity, so the wrapped pixel X coordinate becomes NotANumber.
Try using a large number, like 10000000000, instead of Infinity. -- Mike Williams http://econym.org.uk/gmap --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-API?hl=en -~----------~----~----~----~------~----~------~--~---
