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] 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 B4R Question Location of the Library folder - klaus (first post)    Feb 02, 2019   (1 reaction) You may have a look at the B4X Booklets.
Especially B4X Getting Started.
Or you may have a look at the B4R Beginner's Guide, which was replaced by the B4X Booklets. B4A Question How to calculate distance between 2 GPS coordinates? - harinder (first post)    Mar 24, 2020   (3 reactions) Add GPS library in Libraries Manager
Dim Location1, Location2 As Location
Location1.Initialize
Location2.Initialize
Dim distance As Int
Location1.Latitude = 35.24
Location1.Longitude = 36.20
Location2.Latitude = 30.10
Location2.Longitude = 25.04
distance = Locatio 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 [B4X] Fused Location B4xLibrary - hatzisn    Oct 26, 2020   (25 reactions) Hey everyone,
I created this B4X library to avoid the different implementations of GPS Locating in B4A and B4i.
In B4A it uses the FusedLocationProvider and in B4i it uses the iLocation Library. The code for the FusedLocationProvider in B4A is taken and changed slighly from this thread:
https://w B4A Question Location of Files (Core) Library - DonManfred (first post)    Apr 22, 2020 Core are all the Commands like all File commands, String methods and such.
See here:
https://www.b4x.com/android/help/core.html
All the methods from core are always available without selecting any library. B4A Question library location - DonManfred (first post)    May 22, 2017   (1 reaction) https://www.b4x./?query=XYTileSource
https://www.b4x./?query=MyLocationOverlay
https://www.b4x./?query=MarkersBalloonOverlay
https://www.b4x./?query=MapView
https://www.b4x./?query=GeoPoint
With other words: Use the forumsearch first 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 Question drawing an arc with 2 points and a ray length - derez (first post)    Feb 11, 2023   (1 reaction) Not sure what you realy want but: 1. GPS library includes a Location object which can calculate distance and bearing between two point. The results are of the arc which is part of a Great Circle, which means that it is the shortest route. 2. The same results are present in Navigation Library https:/ Page: 1   2   3   4   5   6   7   Powered by ColBERT |