5
How could I dynamically pass the information to the array
down below?
Example: I have a 40 coordinates listing in a text file, for example, or in a database Access
, how do I pass these coordinates to the variable locations
down below?
var locations = [
{lat: -31.563910, lng: 147.154312},
{lat: -33.718234, lng: 150.363181},
{lat: -33.727111, lng: 150.371124},
{lat: -33.848588, lng: 151.209834},
{lat: -33.851702, lng: 151.216968}
];
vc would have to show the source file format. Basically vc will use a get and loop.
– zwitterion