User1074108673 posted
I have the following:
List<Store> stores1 ;
How do I then put this List<> data into an array?
I know I'm missing something with the following:
string[,] googlemapsarray = new string[stores1[].Friendlyurlname, stores1[].Latitude, stores1[].Longitude];
Also, since I'm doing this for a google maps array and you know how I will pass this array into javascript once I create it I will be so grateful!
Thank you!