Hi,
I'm trying to run the following code :
var locations = [];
locations.push(lat_lng); // The string like this: "33,123123, 55,25643" - coordinats for google maps
alert(locations[0]);
But it is not work.
Help me please.
How I can fill the array in sapui5 application ?
Thanks,
Irina