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. |
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.
| Value | Description |
|---|---|
| Default | Default display method |
| Icon | Display icon only |
| Label | Display label only |
| Both | Display both icon and label |
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 |
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.