You mean that you don't want the default markers on points? Try to define your own style using a blank icon inside your KML, such as
<Style id="invisibleMarker"> <IconStyle> <Icon> <href>http://YOUR URL OF A BLANK ICON</href> </Icon> </IconStyle> </Style> ..... <Placemark> ..... <styleUrl>#invisibleMarker</styleUrl> ...... </Placemark> Bye, Davide Cremonesi 2010/5/31 en4ce <djen...@googlemail.com> > what icons ? icons are generated within the api and not in a kml > file ... (atleast in V2, iam a bit unsure here) > > source ? > > On 31 Mai, 12:11, Santiago Nieto Carrera > <santiago.nieto.carr...@gmail.com> wrote: > > Please, any idea? > > > > On 27 mayo, 17:35, Santiago Nieto Carrera > > > > <santiago.nieto.carr...@gmail.com> wrote: > > > Hi: > > > > > I want to load a KML file and not show icons. Is it possible? > > > > > In google maps Scale tag does not work and if I remove the tag icon > > > shows me the default pin > > > > > Solutions? > > > > > Thanks. > > -- > 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 > google-maps-js-api...@googlegroups.com. > To unsubscribe from this group, send email to > google-maps-js-api-v3+unsubscr...@googlegroups.com<google-maps-js-api-v3%2bunsubscr...@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- 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 google-maps-js-api...@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.