AugmentedReality Tag

Table of Contents

<mobi:augmentedReality>

The augmentedReality tag is used to display a list of labeled icons on a video overlay placed so that they correspond to the users line-of-sight. The selected icon returns the label as the value. This can be used to help guide a user to a chosen destination or to select from a set of nearby destinations.

Compass and GPS accuracy is highly variable and low resolution.

Usage

This tag is used in conjunction with the augmentedRealityLocations tag to provide the details for each of a set of locations.

<mobi:augmentedReality id="selection">
    <c:forEach items="${locations}" var="location">
        <mobi:augmentedRealityLocation 
            locationLabel="${location.title}"
            locationLat="${location.latitude}"
            locationLon="${location.longitude}"
            locationAlt="${location.altitude}"
            locationDir="${location.direction}"
            locationIcon="${location.fileName}">
        </mobi:augmentedRealityLocation>
    </c:forEach>
</mobi:augmentedReality>

Tag Documentation

augmentedReality
augmentedRealityLocation
augmentedRealityMarker

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.

© Copyright 2016 ICEsoft Technologies Canada Corp.