On Jan 19, 6:43 am, Odoakr <[email protected]> wrote: > Hi! > I am new to google maps API. I have two kml files with point data and > want to dispaly them both on one map but with different icon. How to > make this? It is possible to make it within layer definition? > If not, how to do it in simple way?
You can define the icons in kml (not really an API question) http://code.google.com/apis/kml/documentation/kmlreference.html The only way to change the icon definitions in an API based map would be to parse the KML yourself (or use something like geoxml3) -- Larry > > 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]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
