Hey everyone,
Here is the LocationManager Library V1.00.
This library is able to determine your location without using wifi or GPS but the cell tower (cell-id).
The library has 3 functions:
- Initiliaze
- requestUpdate
- stopListening
and the following subs:
Attached library contains the library files, a readme and a sample app.
Have fun!
Tomas
Here is the LocationManager Library V1.00.
This library is able to determine your location without using wifi or GPS but the cell tower (cell-id).
The library has 3 functions:
- Initiliaze
- requestUpdate
- stopListening
and the following subs:
B4X:
Sub Location_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)
End Sub
Sub Location_ProviderDisabled (Provider As String)
End Sub
Sub Location_ProviderEnabled (Provider As String)
End Sub
Sub Location_StatusChanged (Provider As String, Status As Int)
End Sub
Attached library contains the library files, a readme and a sample app.
Have fun!
Tomas
Attachments
Last edited: