Find & Order
v1.0
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Manage itinerary
Copy Markdown
Open in ChatGPT
Open in Claude
Event that can be used to manage an itinerary.
setItineraryToEntityWithId
Calculate and generate an itinerary to a specific container (containers are objects like table, doors, stairs, shelves etc ...)
Parameters
| Name | type | description |
|---|---|---|
| id_entity | number | Container id target to generate itinerary. |
| id_start | number | (optional) Container id start to generate itinerary. |
| hideFloors | boolean | (optional) Hides all floors that are not in the itinerary. |
Result
| Name | type | description |
|---|---|---|
| points | Vector3[[] | The itinerary |
| floor | number | Target floor |
| distanceMeter | number | Itinerary distance in meters |
Example
Javascript
Swift
Java
FnoMapManager.sendEvent('setItineraryToEntityWithId', { "id_entity":321, "id_start": 456, "hideFloors": true}, (data) = > { console.log("itinerary:", data)});clearItinerary
Disable and remove current itinerary
Parameters
No parameter
Result
No result
Example
Javascript
Swift
Java
FnoMapManager.sendEvent('clearItinerary');setPathColor
Change itinerary path color
Parameters
| Name | type | description |
|---|---|---|
| color | string | color in hexadecimal value |
Result
No result
Example
Javascript
Swift
Java
FnoMapManager.sendEvent('setPathColor', {<params>}, (data) => {color:"#FF0000"});setMoveFpsToTarget
Start animation from terminal (or current user position) to destination. An itinerary had to be shown to enable this feature (setItineraryToEntityWithId) called before.
Parameters
| Name | type | description |
|---|---|---|
| state | boolean | True for enable or false for disable FPS mode |
Result
No result
Example
Javascript
Swift
Java
FnoMapManager.sendEvent('setMoveFpsToTarget', {state: true});###
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Next to read:
Manage floorDiscard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message
