i use from many years Locaton Manager Library with b4a 5.80
Today i have re-compile (without modify) and i have this error.
Speed field is null
Any suggestion?
Today i have re-compile (without modify) and i have this error.
B4X:
java.lang.IllegalArgumentException: method .scheduler._geoloc_locationchanged argument 7 has type float, got null
on this line
Sub GeoLoc_LocationChanged (Longitude As Double, Latitude As Double, Altitude As Double, Accuracy As Float, Bearing As Float, Provider As String, Speed As Float, Time As Long)
Speed field is null
Any suggestion?