On Feb 10, 9:46 pm, nicolas melendez <[email protected]> wrote: > Hi there, i think it is easy to set, but i can't find the method or the > property that enable labels in satellite maps. > Now i can't see the rutes for example, but in google maps - satellite, there > is a checkbox that "enable/disable labels" > i don't know how to do it programatically. > With the "shiw labels" chacked you can see rutes, and his numbers, i want to > do it programatically. > Anyone knows?? > there is a beer for the winner! :) > thanks a lot! > NM > > ***here the code*****
Code is not particularly useful.... I think you are looking for this: http://code.google.com/apis/maps/documentation/reference.html#GMapType.G_HYBRID_MAP G_HYBRID_MAP This map type displays a transparent layer of major streets on satellite images. -- Larry -- 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.
