Instant Location Pin Navigation
Immediately open the location pin navigation preview after scanning the QR code
Triggering the Location Pin Path Preview
WindowManager.Instance.OpenPanel("LocationpinViewerPanel");
LocationpinViewer.Instance.OpenLocationDetails(location);
LocationpinViewer.Instance.GetDirection();Example 1: Passing Location Pin Information from the Scene
Selecting a Location Pin from the Creator Portal

Modifying the SDK Code
Modifying the "Dashboard" Scene
Modifying the "ARMapSession" Scene
Example 2: Using the Anchor Description
Edit the Description of an Anchor to Include a Location Pin Name


Modifying the SDK Code
Last updated