The Geolocation actions available on the Kuika platform allow you to dynamically retrieve users' geographic location information in your application and use this information in various processes. With these actions, you can integrate many features into your application, such as map display, location-based recommendations, and localised services.
Purpose
Geolocation actions enhance the user experience based on the user's physical location. They are particularly effective in functions such as maps, navigation, and location-based content recommendations.
Advantages
Geolocation Actions Available on the Kuika Platform
1. Location Get Current Coordinates
Obtains the user's current latitude and longitude information.
Example: Detect the user's location when the application is opened and display it on the map.
2. Location Address of Coordinates
Returns the physical address corresponding to the entered coordinate information.
Example: Obtaining address information from latitude-longitude data for a point.
3. Location Coordinates of Address
Converts the address entered by the user into latitude and longitude coordinates.
Example: Marking the location of the entered address on the map.
These actions can be integrated with other system actions and components to develop location-based smart solutions and provide users with a rich experience.