Wayfinding and "During navigation" door settings being ignored

Hi - I’m just curious if when a door is set to “avoid”, if it applies for wayfinding directions with the sdk?

I’m seeing wayfinding going through doors it’s not supposed to.
Using the latest version:
"@mappedin/mappedin-js": "^6.3.0", "@mappedin/react-sdk": "^6.3.0",

Many thanks
Grant

Hi Grant,

Yes, Mappedin JS should respect those 3 settings. Here is how they’ll impact directions.

  • Use Freely: Use this door as needed.
  • Avoid if Possible: Increases the weight of this door. If other reasonably close doors are available they will be used instead of this one.
  • Never use: This door is never used when getting directions.

I tested these out using the same version and they did behave as described above. If you are seeing something different, can you provide a specific example link from Mappedin Viewer that behaves differently when using Mappedin SDK 6.3.0?