Deprecated since version 2.4.0: Removed in: 2.5.0. Use build_field_maps_url instead.
Deprecated since version 2.4.0: Removed in: 2.5.0. Use build_field_maps_url instead.
Creates a url that can be used to open ArcGIS Collector
Parameter
Description
webmap
Optional String
, Map
, Item
. The item id, webmap, or item representing the map to open in Collector.
center
Optional String
, list
, tuple
. The âlat,longâ in WGS84 of where to center the map
feature_layer
Optional String
or FeatureLayer
. The feature layer url as string or the feature layer representing the layer to open for collection.
fields
Optional Dict
. The feature attributes dictionary {âfieldâ:âvalueâ}
search
Optional String
An address, place, coordinate, or feature to search for Requires webmap and action=search to be set. Value must be URL encoded
portal
Optional String
, GIS
. The URL of the portal the mobile worker must be connected to.
action
Optional String
What the app should do, if anything, once open and the user is signed in. The following values are supported: addFeature, center, open, search, updateFeature.
geometry
Optional String
. Defines the location for the newly collectoed or edited feature Requires webmap, action=addFeature, and feature_layer. Value is a coordinate containing x, y (z if available)
callback
Optional String
. The URL to call when capturing the asset or observation is complete. Requires webmap, action=addFeature, and feature_layer to be set. Optionally, before calling the URL provide a prompt for the user, specified with the callback_prompt parameter.
callback_prompt
Optional String
. Prompt the mobile worker before executing the callback, and display this value in the prompt as where the mobile worker will be taken. Requires webmap, action=addFeature, feature_layer, and callback to be specified. Value must be URL encoded
String
Deprecated since version 2.4.0: Removed in: 2.5.0. Use build_field_maps_url instead.
Deprecated since version 2.4.0: Removed in: 2.5.0. Use build_field_maps_url instead.
Creates a url that can be used to open ArcGIS Explorer
Parameter
Description
webmap
Optional String
, Map
, Item
. The item id, webmap, or item representing the map to open in Explorer. Item can be of type Web Map or Mobile Map Package.
search
Optional String
. The location to search for.
bookmark
Optional String
. The name of the bookmark in the map to open.
center
Optional String
, list
, tuple
. The âlat,longâ in WGS84 of where to center the map
scale
Optional Int
. The scale at which to open the map.
rotation
Optional Int
. The rotation, in degrees, at which to open the map.
markup
Optional Boolean
. Determines if the app should open in markup mode.
url_type
Optional String
. The type of url to be returned (e.g. âWebâ or âAppâ)
Additional info can be found here: https://github.com/Esri/explorer-integration
String
Creates a url that can be used to open ArcGIS Field Maps
Parameter
Description
portal
Optional String
, GIS
. The URL of the portal the mobile worker must be connected to.
action
Optional String
What the app should do, if anything, once open and the user is signed in. This correlates to the URL param âreferenceContextâ The following values are supported: addFeature, center, open, search, updateFeature.
webmap
Optional String
, Map
, Item
. The item id, webmap, or item representing the map to open in Field Maps. Item can be of type Web Map or Mobile Map Package.
scale
Optional Int
. The scale at which to open the map. Requires center.
bookmark
Optional String
. The name of the bookmark in the map to open.
wkid
Optional String
. The WKID of the spatial reference. Defaults to 4326 (WGS84) if not specified
center
Optional String
, list
, tuple
. Requires itemID and scale. The center can be provided in the following formats: - Comma-separated latitude/longitude (y/x) pair in WGS84 (WKID: 4326). - Address to be reverse geocoded by the organizationâs default geocoder (MMPKs with locators will not utilize geocoder). - Feature search result. Field Maps will automatically center on the top search result.
search
Optional String
. The location to search for.
feature_layer
Optional String
or FeatureLayer
. The feature layer url as string or the feature layer representing the layer to open for collection.
fields
Optional Dict
. The feature attributes dictionary {âfieldâ:âvalueâ}
geometry
Optional String
or Dict
. Defines the location for the newly collectoed or edited feature Requires webmap, action=addFeature, and feature_layer. Value is a coordinate containing x, y (z if available) or JSON representation of a geometry (point line or polygon) For example â34.058030,-117.195940,1200â or {âringsâ:[[[-117.1961714,34.0547155],[-117.1961714,34.0587155],[-117.2001714,34.0587155], [-117.2001714,34.0547155]]], âspatialReferenceâ:{âwkidâ:4326}}
use_antenna_height
Optional bool
. If the antenna height of the current receiver should be subtracted from the z-value of each vertex of the location. If not provided, default to False
use_loc_profile
Optional bool
. If the current location profile should be used to transform the location. If not provided, default to False
feature_id
Optional String
. Uniquely identifies the feature within the layer to be updated. Must be a GlobalID field.
callback
Optional String
. The URL to call when capturing the asset or observation is complete. Requires webmap, action=addFeature or updateFeature, and feature_layer to be set. Optionally, before calling the URL provide a prompt for the user, specified with the callback_prompt parameter.
callback_prompt
Optional String
. Prompt the mobile worker before executing the callback, and display this value in the prompt as where the mobile worker will be taken. Requires webmap, action=addFeature or updateFeature, feature_layer, and callback to be specified.
anonymous
Optional bool
. Used when calling a map or mmpk that is shared publicly and will not require a sign-in to access. Accepts values of true or false.
String
Creates a url that can be used to open ArcGIS Navigator
Parameter
Description
start
Optional String
or Tuple
. The starting location. Can be a single string such as â45,-77â or a tuple containing the location and the name (â45,-77â,âHomeâ)
stops
Optional List
. The list of locations. A location can be either a single string or a tuple containing the location and the name (â45,-77â, âHomeâ).
optimize
Optional Boolean
. Determines if the route should be optimized.
navigate
Optional Boolean
. Determines if navigation should begin immediately.
travel_mode
Optional String
. The travel mode to use (e.g. âWalking Timeâ)
callback
Optional String
. The url to open when the route completes.
callback_prompt
Optional String
. The text to show when the route finishes and the callback is about to be invoked.
url_type
Optional String
. The type of url to be returned (e.g. âWebâ or âAppâ)
webmap
Optional String
, Item
. The item id or item representing the map to open in Navigator. Item can be of type Mobile Map Package.
route_item
Optional String
, Item
. The item id or item representing the route layer to open.
Additional info can be found here: https://github.com/Esri/navigator-integration
String
Creates a url that can be used to open ArcGIS Survey123
Parameter
Description
survey
Optional String
or Item
. The item id or item representing the survey to open.
center
Optional String
. The âlat,longâ in WGS84 of where to center the map
fields
Optional Dict
. The feature attributes dictionary {âfieldâ:âvalueâ}
Additional info can be found here: https://doc.arcgis.com/en/survey123/reference/integratewithotherapps.htm
String
Deprecated since version 2.4.0: Removed in: 2.5.0. Use build_field_maps_url instead.
Deprecated since version 2.4.0: Removed in: 2.5.0. Use build_field_maps_url instead.
Creates a url that can be used to open ArcGIS Tracker
Parameter
Description
portal_url
Optional String
The portal that should be used when tracker is launched via the url scheme.
url_type
Optional String
. The type of url to be returned (e.g. âWebâ or âAppâ)
String
Creates a url that can be used to open ArcGIS Workforce
Parameter
Description
portal_url
Optional String
The portal that should be used when Workforce is launched via the url scheme.
url_type
Optional String
. The type of url to be returned (e.g. âWebâ or âAppâ)
webmap
Optional String
, Map
, Item
. The item id, webmap, or item representing the map to open in Workforce. Item can be of type Web Map. This can be referenced at the project level using project.worker_webmap
assignment
Optional String
, Assignment
. The assignment or assignment global id that should be opened in Workforce. Note that webmap must be provided for this parameter to be added to the URL.
assignment_status
Optional Integer
The status given to an assignment opened in Workforce. Statuses 1-5 are supported (Assigned, In Progress, Completed, Declined, Paused). Note that webmap and assignment must be provided for this parameter to be added to the URL.
String
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4