Angular directive

pxlAnnotationsHide source

  • Attribute

Expression that is evaluated when no more augmented reality content is present on screen.

This gives you the opportunity to put back any overlay you may have added over the Augmented Reality (AR) view.

Note: This method is only called when the AR view is displayed.

Parameters
NameTypeDescription
PxlEventService service

PixLive SDK Event service

Example
<div pxl-annotations-hide="showOverlay()">
 ...
</div>