The GEOLOC() function allows you to obtain the geographical coordinates 📍 (latitude and longitude) of a complete address.
➡️ Display Name :
GEOLOC ()
➡️ Syntax :
GEOLOC(
text)
➡️ Example:
GEOLOC( "12 Rue de Rivoli, 75004, Paris")
➡️ Result:
The result will be the geographical coordinates in the format longitude ; latitude.
- 1 function 🔵 : GEOLOC processes the coordinates of the complete address .
- 1 field 🟡 : The text containing the full address, such as street, postal code, and city.
📌 Practical Use Cases:
Used in various contexts, including:
- Address Tracking: Automatically add GPS coordinates to your addresses to display them in map systems.
- Logistics Optimization: Geolocate delivery points to optimize routes.
- Map Display: Create a map view 🗺️ in your application that visually shows locations using the obtained coordinates.
👁️🗨️ See linked articles to manage coordinate points
Before You Start
Getting Started with Formulas
The new formulas in Timetonic allow you to transform, calculate, and manipulate the information stored in your columns by combining multiple functions...
Or Continue With
Glossary View of Formulas
Quickly find the function or operator you're looking for or simply explore and learn how to use them...