On 2 November 2010 12:59, Andrew Leach <[email protected]> wrote: > On Nov 2, 12:50 pm, matador <[email protected]> wrote: >> Hello, >> >> Anyone knows a way of disabling/hiding icons of public transport, for >> the Static Maps API? (not dynamic) > > Do you mean the blue "bus stop" sign in this example? > http://maps.google.com/staticmap?center=50.774183,0.296725&zoom=17&size=180x140&sensor=false > > You can't remove those; they are part of the tiles served. You can't > remove them from the dynamic maps, either.
in v2 at least :P In v3 you can: http://code.google.com/apis/maps/documentation/javascript/maptypes.html#StyledMaps (dynamic maps only tho) > > All the options available for Static Maps have been documented. > http://code.google.com/apis/maps/documentation/staticmaps/ > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps API V2" 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. > > -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
