In this example, we will check to see if a specific Map
Container is available in Runtime. If so, we will open a specific
Map in it.
-
We will add a new Workflow and
set it's Trigger.
-
Drag and drop a Logic block into the work area, and
connect it to the Start block.
-
Double click the Logic block to open the
Logic Editor.
-
Click the HasItem function button.
-
Click the String Collection link to open the
Collection Browser.
-
Select the Navigation Object, then it's
Available Map Containers by ID
Property.
-
Click OK.
-
Click the String link, and enter the ID of the
Map Container. Click OK.
This will make the function check the list of Available Map
Containers for a Map with this
ID.
-
Drag and drop an Action block into the work area.
Connect it to the True exit path for the
Logic block, then to the
Stop block.
-
Double-click the Action block to set it's
Action.
-
Select the Navigation Object.
-
Select Navigate To (Map).
-
Click the Map link and select the
Map to be navigated to.
-
Click OK.