Im trying to load KML file into my app with this tutorial and I'm getting invalid character constant error at this line
var src = 'https://developers.google.com/maps/tutorials/kml/westcampus.kml';
Any ideas how to fix that?
Im trying to load KML file into my app with this tutorial and I'm getting invalid character constant error at this line
var src = 'https://developers.google.com/maps/tutorials/kml/westcampus.kml';
Any ideas how to fix that?
Copyright © 2021 Jogjafile Inc.
In Java, the syntax for a String is:
Java Docs
That tutorial is in JavaScript, not Java.