On Feb 12, 8:45 pm, Rossko <[email protected]> wrote: > Have a look at this thread - > > http://groups.google.com/group/Google-Maps-API/browse_thread/thread/4...
Good catch Ross! Mike's post in that thread seems to explain the problem. If I read graefy's code correctly, his TKProjection only has zoom levels 14, 15 and 16, and according to Mike, the API wants to use zoom 17 to calculate polylines pixels. If that's the case, then I would say it is a design flaw in the API, as it would be safer to use GMapType.getMaximumResolution() instead of a fixed value of 17. -- Marcelo - http://maps.forum.nu -- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
