Google Maps Marks Marker with KML

I was interested in, say, I have a KML file with points in places. When I download KML and direct Google maps to a file, it will show dots.
Now, in the KML file, you can mark this point, like Google Maps, when I look for airports or plumbers? Example: http://localhostr.com/files/boNhHEB/capture.png I want to make markers with Numbers instead of letters.
Is this possible using KML? or will i have to script it?

+1
source share
2 answers
+1

, (http://code.google.com/intl/nl-NL/apis/kml/documentation/kml_tut.html#custom_styles) , . :

<Style id="highlightPlacemark">
    <IconStyle>
        <Icon>
            <href>http://maps.google.com/mapfiles/kml/paddle/red-stars.png</href>
        </Icon>
    </IconStyle>
</Style>

.png, . ? ? ?

: , kml, , ?

+1

All Articles