hi guys, i am kind of newbie to Google Maps api Version-3, but have
little experience on V2. I have a custom projection based on
Version-2, and I used Projection.prototype.WrapWidth function to
return infinity so  that the tilespace doesn't wrap horizontally. but
I couldn't find this method on V3. is there any alternative to do that
on Gmap V3?

EuclideanProjection.prototype.getWrapWidth=function(zoom)
{
   return 9999999999999999999999999999999999999
}

-- 
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.

Reply via email to