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 <[email protected]> > 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 > <[email protected]> wrote: > > Please, any idea? > > > > On 27 mayo, 17:35, Santiago Nieto Carrera > > > > <[email protected]> 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 > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-maps-js-api-v3%[email protected]> > . > 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 [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-js-api-v3?hl=en.
