Bug? Location object in B4i behave differently from B4A

Alessandro71

Well-Known Member
Licensed User
Longtime User
working on a GPS-related app on both platforms, I saw that the Location object has different behavior:
Initialize Sub is not available in B4i
Members like Latitude and Longitude are read only in B4i
Is there a rationale behind this different behavior?
 

Alessandro71

Well-Known Member
Licensed User
Longtime User

thank you, my implementation is already done, i was just trying to use the Location object to pass location data between my code, but since it can't be initialized and set at will, i'll have to write my own Location object
 
Top