Following code gives compile error in order to get location info from gps for smartface 4.5 for android and ios. How to get loctaion with SMF 4.5?
// Get location
* @this SMF.Net.Eventsfunction Global_Events_OnLocationChanged(e){
alert(e.lat);
alert(e.lng);
}