I have a kml file. I need to load this kml file into my site, which is finally shown as a Google Map using C# or Javascript. And I have this .kml file in my project’s root directory.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here is the documentation link about Maps API v3 and KML layers:
http://code.google.com/apis/maps/documentation/javascript/layers.html#KMLLayers
basically, you would do:
Thanks