Open In Map Action Application Steps

1. Define the Action in UI Design

  • Open your project on the Kuika platform.
  • Go to the UI Design module and select the screen where you want to add the location link.
  • Create a button such as ‘View Location’.
  • Select the button and follow this path from the + ADD ACTION menu according to the triggering event (Initial Actions, OnClick, OnBlur, etc.): Device → Open In Map

2. Configure Action Parameters

  • Latitude: The latitude value of the location to be displayed on the map (e.g., 38.4237)
  • Longitude: The longitude value (e.g., 27.1428)
  • Pin Title: The title to be given to the marker on the map (e.g., ‘Kuika Office’)
  • Draw Route: Enable this option if you want to draw a route from the user's location (true/false)
  • Stops (Optional): Intermediate stops along the route. These can be defined as a list of additional latitude and longitude values between the start and end points.