On May 6, 3:04 pm, Pawel <[email protected]> wrote: > Hi, > > I'm building a map-based social network web application and consider > using Google Maps as map provider. However, I would like the map to be > in grayscale > and the roads should not contain road number markers.
Not possible, the tiles are simply images, not a lot you can do. And anyway, it would be against the terms of use: http://ju.mp/apiterms particularly http://code.google.com/apis/maps/terms.html#section_10_2 > I understand that map types (GMapType) consists of one or more > GTileLayers, Only the Hybrid map is made from multiple tile layers, using the satellite layer & a modified road layer. > so is it possible to turn on/off layers for predefined map types? No, as before, they are only images. -- 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.
