Update the features of this app.
When we approach the current anchor, the next anchor search start in the app, but if there are anchors out of Camera range, we can't find the next anchors.
To Resolve this problem, we update the below features.
-
On setting the route
-
we set below infomations to AppProperteis of the current anchor.
- next anchor id(for searching the next anchor)
- next anchor direction and distance(general).
- anchor type(point / destination)
- previous anchor id(for visualizing link)
- destination title
-
Way-finding
- Setting the base point.
- visualize the marker for searching the next anchor direction. This is because that it is guided user to the next anchor direction.
- When we exists the marker in range of camera and reach nearby the marker (about 1-2 m,changeable optional variable) , searching automatically the next anchor by 'Anchor Id'.
- When the next anchor is loaded, the app visualize 'Link Object'connected between current to next.
Update the features of this app.
When we approach the current anchor, the next anchor search start in the app, but if there are anchors out of Camera range, we can't find the next anchors.
To Resolve this problem, we update the below features.
On setting the route
we set below infomations to AppProperteis of the current anchor.
Way-finding