B4A Library [Lib] MediaBrowser - Informatix    Apr 22, 2021   (26 reactions) Location = complete path name for the file.
The fields that are returned are:
"ID"
"Location"
"DisplayName"
"DateTaken" (in ticks from 1970)
"Height" (with Android 3.0+)
"Width" (with Android 3.0+)
"Size" (in bytes)
GetExtVideoFileInfo (Location As String) As Map
Returns a Map containing info from B4A Library [B4X] Fused Location B4xLibrary - hatzisn    Oct 26, 2020   (25 reactions) Implementation in B4i
Add the following to Module Main
'Main
'=============================================================
'*************************************************************
#PlistExtra:<key></key><string>This application is used to display the current navigation data.</string>
#Plist B4A Library FusedLocationProviderGMS (Latest) - Ivica Golubovic    Oct 07, 2023   (26 reactions) Locations that are (nearly) antipodal may produce meaningless results.
DistanceTo (Dest As LocationF) As Float
Returns the approximate distance in meters between this location and the given location. Distance is defined using the WGS84 ellipsoid.
HasAccuracy As Boolean
Returns true if this location B4A Library PermissionsManager - Ivica Golubovic    May 15, 2023   (29 reactions) PermissionsManager Fields: DANGEROUS_ACCEPT_HANDOVER As String Allows a calling application to continue a call which was started in another application. An example is a video calling application that wants to continue a voice call on the user's mobile network. Constant Value: "android.permission. B4A Library Geocoder library - warwound    Mar 31, 2016   (31 reactions) GetFromLocationName (LocationName As String, MaxResults As Int, Tag As Object)
Gets an Array of Address objects that describe the named location.
LocationName may be a place name such as "Dalvik, Iceland", an address such as "1600 Amphitheatre Parkway, Mountain View, CA", an airport code such as "S B4A Library FusedLocationProvider - warwound    Mar 12, 2020   (41 reactions) By default this is 0.
It is important to note that part of the criteria that defines your request for a location is the location permission that you (manually) set in the manifest file.
This library does not automatically add any permission to your manifest and this library will fail to work if yo B4A Library [B4X] PlusCodes Library - mading1309    Aug 21, 2021   (17 reactions) For example, 796RWF8Q+WF can be shortened To WF8Q+WF, relative To Praia, Cape Verde. This works because 796RWF8Q+WF Is the nearest match To the location. OLCShorten(code, latitude, longitude) ===================================== This removes As many digits from the code As possible, so that it Is B4A Library Unwired LocationAPI Android Library - Ohanian    Oct 05, 2017   (15 reactions) Hi,
The attached lib is a wrapper for this github project.
The Unwired Labs' LocationAPI locates all sorts of devices based on cell towers, WiFi APs and IP addresses, anywhere in the world. LocationAPI works both indoors & outdoors, when GPS isn't available or preferred (high battery drain).
The B4A Library DJI Drones UI - use DJI widgets in your App - DonManfred    Apr 14, 2018   (15 reactions) GoHomeStart As Object Starts a go home action. The Result event will be raised. Initialize (EventName As String, Aircraft As DJIAircraftWrapper) Initializes the flight controller. IsInitialized As Boolean SetGoHomeHeightInMeters (Height As Float) As Object Sets the go home flight height. Should be b B4A Library GPSGNSS Library - Ivica Golubovic    Nov 01, 2023   (5 reactions) This was done to avoid accidental class conflicts with the GPS or GNSS libraries. So your old project that uses the GPS library needs to be reworked so that wherever class "Location" is used, just put an "A" in front of "Location" = "ALocation". It shouldn't be that hard ;) . 147466 Also, the "G Page: 1   2   3   4   5   6   7   Powered by ColBERT |