POIItem Properties
This document explains the properties of POIItem.
Basic Properties (Identifiable)
| Property | Description |
|---|---|
| ID | The POIItem's unique identifier. Read-only. |
| UUID | The POIItem's universally unique identifier. Read-only. |
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.
| Value | Description |
|---|---|
| None | Not displayed |
| Icon | Display icon only |
| Text | Display text (label) only |
| Icon and Text | Display both icon and text |
Visibility
Configure the POI's visibility level.
| Value | Description |
|---|---|
| Hidden | Hidden |
| Map | Display only on map |
| AR | Display only in AR |
| Map And AR | Display on both map and AR |
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
-.
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.
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.
A POIItem connected to a GeometryItem serves as a representative point (entry point) for that shape.