I have a KML file that need to reference several business names @ one
location.
I can't get a Google Map to reference a map by business name.
Is the correct protocal as follows...
<Document>
<name>businessname.kml;businessname1;businessname2;businessname3;businessname4;businessname5;businessname6;businessname7</
name>
<LookAt>
<longitude>-xx.7567889079656</longitude>
<latitude>xx.99638740568451</latitude>
<altitude>0</altitude>
<range>31001</range>
<tilt>0</tilt>
<heading>-1.xxxx</heading>
<altitudeMode>relativeToGround</altitudeMode>
<gx:altitudeMode>relativeToSeaFloor</gx:altitudeMode>
</LookAt>
<styleUrl>#msn_ylw-pushpin</styleUrl>
<Point>
<coordinates>-xx.75678890796561,xx.99638740568451,0</coordinates>
</Point>
</Placemark>
</Document>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" 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
-~----------~----~----~----~------~----~------~--~---