Hello all,
I am trying to add bookmarks to the campus place finder web app. I have it configured but am having a hard time adding bookmarks.
Does anyone have any ideas how this can be done or some samples that would work with this template?
Thank you,
Rickey
Solved! Go to Solution.
I found an answer to my question. Not exactly what I wanted but it works well.
I switched IsAccordionVisible: to true,
//Set floor switcher
FloorSwitcher: {
IsExpressVisible: false,
IsAccordionVisible: true
The result is attached.
Here is an example: Edit bookmarks | ArcGIS API for JavaScript
It is in legacy though.
Thank you for the quick reply.
I have tried to incorporate it in but I cannot get the bookmark to talk to the existing map.
If I can find a template like Esri/park-and-recreation-finder · GitHub or Esri/configurable-place-finder · GitHub that has bookmarks I can incorporate it into my webapp.