I have a Dashboard that has 4 maps in it. I am trying to create a URL that will allow me to put in an address or an XY..... when the app opens all 4 maps navigate and zoom to that position.
I know this can be done with a single Web Map like so:
http://<your portal url>/apps/webappviewer/index.html?find=380%20new%20york%20street,%20redlands,%20ca
But this does not seem to work for Dashboard Application Is this possible? If so how...
Go into your dashboard's settings to find the URL Parameters section:
You can refer to the Dashboard documentation to see the specifics on how a geometry parameter works, but basically it's just your lat/lon.
location=-75.6971931,45.4215296
@jcarlson THANKS... appreciated. Have great weekend
@jcarlson I was trying this for an address
What parameter type do I use for Address like above... I tried point but not working
Has anyone know how to do this with an address and not an XY? I would imagine this is done all the time...