This has changed in http://maps.gstatic.com/intl/en_ALL/mapfiles/193c/maps2.api/main.js
On Dec 1, 7:04 pm, mapperzUK <[email protected]> wrote: > London works quite well, though some js errors, image loading, but > quite neat.... beats bing maps just on zoom ranges. > a first for the api before the main maps domains... > look forward to the official documents. > > On Nov 28, 1:55 pm, Mike Williams <[email protected]> wrote: > > > Dang. They fooled be by designing the GObliqueMercator() interface to > > only have one visible parameter. It turns out that it sort of has to do > > that in order to subclass GProjection(), but then it peeks around the > > side to read the second parameter. > > > So it turns out that you can simply write > > new GObliqueMercator(31,90) > > as the projection for your maptype, and you don't actually need to add > > {header:90} to your GMapType() like the G_OBLIQUE_* maptypes do. > > > The first parameter of GObliqueMercator() is the number of zoom levels > > (remember to make it at least 31 if you're going to use polys) and the > > second parameter is the rotation which must be 0, 90, 180 or 270. > > > -- > > Mike Williamshttp://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.
