Skip to main content

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
DefaultDefault display method
IconDisplay icon only
LabelDisplay label only
BothDisplay both icon and label

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.

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.