I want to create a URL link to take the user directly to a bookmark within an AGOL App. Is this possible or even a way to create a custom URL link that makes visible certain layers and a pre-defined extent?
Solved! Go to Solution.
Yes, you might wanna look into URL parameters for that app product (parameters vary by app product). So what you'll do is get the bounding coordinates of the bookmark and use that in the URL.
For more info, please refer here:
https://community.esri.com/t5/arcgis-online-questions/embed-an-external-public-but-not-owned-by-the-...
Yes, you might wanna look into URL parameters for that app product (parameters vary by app product). So what you'll do is get the bounding coordinates of the bookmark and use that in the URL.
For more info, please refer here:
https://community.esri.com/t5/arcgis-online-questions/embed-an-external-public-but-not-owned-by-the-...
Thank you so much! This has worked, the Share Widget is extremely helpful.