B4A Question Drawing equilateral triangle with latitude and longitude points - RB Smissaert    Aug 1, 2025 Just in case somebody has worked this out already and saving some time:
Have a single line, based o... B4A Question get Latitude and Longitude by city? - ilan    Apr 25, 2024 hi
how can you get Latitude and Longitude + Timezone id by city?
example:
New York ->
Lat: 40.712776
Lon: -74.005974
TimeZoneID: America/New_York
thanks... B4A Question Get Latitude and Longitude from map tile (x, y, zoom) - RB Smissaert    Feb 18, 2023 I can see the code to get this on this wiki page:
https://wiki.openstreetmap.org/wiki/Slippy_map_til... B4A Question Encrypting Latitude/Longitude used in distance queries - toby    Mar 5, 2022 Starting August, 2021, all new apps to be published to the Google Play store need a declaration about how user data are being protected, transmitted and stored. I plan to use @agraham's encryption library to encrypt/decrypt (AES) all personal data except location ( Latitude and longitude) which reveals users' location. However, I'm not sure about what to do with location data ( Latitude and longitude) which are used in some select queries to return records of users within... B4A Question How to obtain address from latitude and longitude, without using Google services? - amorosik    Oct 25, 2020 How to convert from latitude and longitude to location/address, without using Google services (which you have to pay for)?... B4A Question GPS: Display Map of Site Where Latitude, Longitude are Stored in SQLite Table - Mahares    Nov 3, 2012 I have a SQLite table with 4 fields: SITE, LATITUDE, LONGITUDE, ELEVATION. Example:lat=39.70433406, long=-75.858289, elev=1764 ft. Here is what I want to achieve: Before driving to the field site a tech displays the list of sites from the above table in a listview, then selects a site. Immediately a map displays the location and/or driving directions to the selected field site based on its coordinates. I read many of the GPS threads and samples, but failed to come up with something that seems... B4A Question Latitude and longitude of incoming call - Alex_197    Jul 28, 2020 Hi all.
Is it possible to get a geolocation (lat/long) of incoming call? The idea is to show a call... B4A Library WebMapView - Easy way to get Latitude and Longitude from map - somed3v3loper    Feb 1, 2016   (5 reactions) by dragging a marker and then getting point Latitude and Longitude .
I used some code from this example....03
WebMapView
Events:
Cancelled
Closed (Latitude As String, Longitude As String)
DragEnd... B4i Code Snippet Convert latitude/longitude strings to double - JackKirk    Feb 11, 2016   tags: B4i I searched on "convert latitude string" and found nothing comparable so here's my... is in the area of defining GPS locations. In B4A you can use Location.Initialize2(latitude, longitude), the documentation saying: Initialize2 (Latitude As String, Longitude As String) Initializes the location object with the given Latitude and Longitude. Values can be formatted in any...", "45:20:15") Being able to enter latitudes and longitudes as strings of a non... B4A Question [SOLVED] Indicating when you are facing the direction of a latitude and longitude - rleiman    May 12, 2018 Hi Everyone,
I this possible with B4A?
This is the latitude and longitude for a particular location.
Place Name Latitude Longitude
Tewksbury, MA, USA 42.610649 -71.234222
This is the latitude and... Page: 1   2   3   4   |