B4i Library [B4X] NHFusedLocation update


An update to NHFusedLocation library has been posted in the 1st message of this thread.



These are the changes:

B4X:
'It is initialized like this
flp.Initialize("fl", Me)


'And this event is raised
Private Sub fl_LocationChanged(Location1 As Location)

End Sub

'You can change the parent object also
'Usage case you Initialize the NHFusedLocation in Starter
'and in Main you set the following to raise the event above
'in Main

flp.Parent = Me
 
Top