Skip to main content
Version: 1.2.0

POIItem Properties

This document explains the properties of POIItem.

Basic Properties (Identifiable)

PropertyDescription
IDThe POIItem's unique identifier. Read-only.
UUIDThe POIItem's universally unique identifier. Read-only.
info

POIItem does not use the Name property. It uses the Label property instead.

Properties

Label (Display)

The POIItem's display label. Supports multiple languages.

  • A short name displayed next to the POI marker in the viewport.
  • The primary name exposed to users.

Label (Full)

The POIItem's full label. Supports multiple languages.

  • A full name containing more detailed information than Display.
  • Used in popups or detailed information displays.

Display

Configure the POI's display method.

ValueDescription
NoneNot displayed
IconDisplay icon only
TextDisplay text (label) only
Icon and TextDisplay both icon and text

Visibility

Configure the POI's visibility level.

ValueDescription
HiddenHidden
MapDisplay only on map
ARDisplay only in AR
Map And ARDisplay on both map and AR
info

The Display and Visibility properties are additional data used when utilizing AMapper projects in AR navigation and similar projects.

For typical map editing work, you can keep the default values.

Category

Configure the POI's category.

  • Select from the category list defined in the project.
  • Icon and style are determined by category.
  • An unspecified category is shown as -.
Visibility · Display Auto-Fill

Selecting a category automatically applies the Visibility and Display values defined for that category to the POI, and refreshes both fields in the panel.

Pick the category first, then adjust those two values manually only when needed.

Editing several POIs at once

Selecting two or more POIItem lets you edit Label · Display · Visibility · Category from the properties above in one go. See the Selection and Property Editing document for details.

Linkage

Geometry

Displays the GeometryItem connected to the POIItem.

  • Click to navigate to the connected GeometryItem.
  • When creating a POI on a GeometryItem, it is automatically connected.
tip

A POIItem connected to a GeometryItem serves as a representative point (entry point) for that shape.