Usage Scenario: Opening Store Location on Map

In a shopping app, when the user clicks the ‘See Store’ button, the map application on their device opens and shows the location of the store.

Adding Open In Map Action

Enter the UI Design module and add a Button element.

  1. Select the button and add the Open In Map action from the + ADD ACTION menu: OnClick → Device → Open In Map.

Specifying Action Parameters

  • Latitude: 40.9910
  • Longitude: 29.1234
  • Pin Title: ‘Head Office’
  • Draw Route: false

With this configuration, when the user clicks the button, the map application opens and the specified location is displayed.