The basic workflow in Explorer consists of opening or downloading a map, exploring the contents of the map, and using map tools—all done by a mobile worker within the app.
You may want to provide additional support to your mobile workers by providing them with a map of your data to use in the app.
There are other ways you may want to deploy additional information to your mobile workers. This topic covers these alternate ways to deploy, including:
- Copy a mobile map package (MMPK) directly to the mobile device instead of downloading it.
- Provide a link that can be used to install the app or open a map.
- Use mobile device management (MDM) software to deploy the app.
Copy MMPKs to the device
In addition to downloading mobile map packages (MMPKs) for offline use within Explorer, you can copy (sideload) MMPKs directly to your Android, iOS, or Windows 10 devices.
Android
- Prepare a mobile map package (.mmpk) using ArcGIS Pro. For details, see Create an MMPK for offline use.
- If you are using a Mac, download the Android File Transfer Utility and follow the instructions provided. If you are using a Windows computer, skip this step.
- Plug your device into your computer.
- Browse to \Android\data\com.esri.explorer\files\mappackages on your Android device (internal storage or SD card).
- Drag or copy and paste your .mmpk file from your computer to the \Android\data\com.esri.explorer\files\mappackages folder on your device.
Note:
To access an MMPK from your computer, you must either save the package to a file in ArcGIS Pro when you create it, or download the MMPK file from your ArcGIS Online content.
- Swipe down on the Explorer Maps list on your device to refresh it.
The map appears under On Device in the Maps list.
Tip:
To view mobile map packages that are stored in the ArcGIS\mmpks folder on the device with the latest version of Explorer, you will need to use your computer or a file manager app on the device to move the .mmpk files into the \Android\data\com.esri.explorer\files\mappackages folder on the device.
iOS
- Prepare a mobile map package (.mmpk) using ArcGIS Pro. For details, see Create an MMPK for offline use.
- Copy your .mmpk file from your computer to the Explorer app on your device using iTunes.Connect your device to your computer. See Apple Support for details on using iTunes to share files between your computer and your device and follow the steps to copy your .mmpk file from your computer to the Explorer app on your device.
Note:
To access an MMPK from your computer, you must either save the package to a file in ArcGIS Pro when you create it, or download the MMPK file from your ArcGIS Online content.
- Swipe down on the Explorer Maps list on your device to refresh it.
The map appears under On Device in the Maps list.
Windows 10
- Prepare a mobile map package (.mmpk) using ArcGIS Pro. For details, see Create an MMPK for offline use.
- Do one of the following:
- Open Explorer. Open the Maps list, tap the Overflow menu, and tap Import Map. Navigate to the .mmpk you want to import and tap Import Map.
- Drag or copy and paste your .mmpk file from your computer into the C:\Users\<username>\AppData\Local\Packages\Esri.<unique identifier>\LocalState\mappackages folder on your Windows device, where <username> is your Windows username, and <unique identifier> is the unique identifier associated with your installation of Explorer.
Note:
To access an MMPK from your computer, you must either save the package to a file in ArcGIS Pro when you create it, or download the MMPK file from your ArcGIS Online content.
- In the Maps list, tap the Overflow menu, then tap Refresh to refresh the maps list.
The map appears under On Device in the Maps list.
Open Explorer from a link
Mobile workers can open or download a map in Explorer, or you can provide a URL directly to them. Make it easy for your mobile workers to open the right map by sharing a link directly to your map through an email, text message, web page, QR code, or another app. Use links to Explorer that, when tapped, open Explorer to the map you want the mobile worker to use. Once you've created a link, be sure to test it before sending it to your mobile workers. If your mobile workers are working offline, don't worry—the links still work.
Explorer links
Explorer links have the following format: https://explorer.arcgis.app?parameter=value¶meter=value, where parameter and value pairs are replaced with the values you want to use to open or download a map. For example, https://explorer.arcgis.app?itemID=0c900ae2a1084d27b608233921ef1a84 uses the parameter itemID and the value 0c900ae2a1084d27b608233921ef1a84 to open a public web map with that ID.
Parameters
The following parameters are supported with Explorer links. If no parameters are passed, tapping the link opens Explorer (or prompts you to download the app).
Parameter | Values | Notes |
---|---|---|
portalURL | Your organization's portal URL |
Note:portalURL is only supported on Android and iOS. Support is coming to Windows. |
itemID | The item ID of the web map to open or the mobile map package (MMPK) to download and open in Explorer |
|
center | A set of latitude, longitude (y, x) coordinates at which to center the map |
|
scale | The scale (in map units) at which the map should be rendered |
|
wkid | Specify center coordinates in a different spatial reference |
|
rotation | Sets the rotation in degrees that the map should be rendered |
|
markup | Enter markup mode upon opening the map |
|
bookmark | Specify a bookmark from the map |
|
search | An address, place, coordinate, or feature to search for |
|
Continue reading for examples of using these parameters to achieve specific behavior with an Explorer link.
Note:
The mobile device must have an internet connection to open and download maps.
Open a web map or download and open an MMPK
Open a web map or download and open a mobile map package (MMPK) using the itemID parameter. If the mobile worker already has the MMPK downloaded on their device, no download occurs, and the specified map is opened in Explorer.
The following are examples:
Connect to a specific portal and open a map
Specify the URL of the portal the mobile worker should be connected to, and open a map.
The following example connects to a particular portal and opens the map:
Center and scale the map
Specify the center and scale of the specified map instead of using the default map center and scale settings when the map is opened. The default coordinate system is WGS84, but this can be changed by using the wkid parameter.
The following are examples:
- Center on a latitude/longitude coordinate pair (WGS84) with the scale set to 3000 map units: https://explorer.arcgis.app?itemID=0c900ae2a1084d27b608233921ef1a84¢er=41.780618,-88.179449&scale=3000
- Center on coordinates in the NAD83/UTM Zone 19N (WKID: 26919) spatial reference system with the scale set to 1000 map units: https://explorer.arcgis.app?itemID=0c900ae2a1084d27b608233921ef1a84¢er=4807094.8078305572,-1096767.7053304175&scale=1000&wkid=26919
- Center on a reverse geocoded address with the scale set to 1000 map units: https://explorer.arcgis.app?itemID=0c900ae2a1084d27b608233921ef1a84¢er=899+Aurora+Ave,+Naperville,+Illinois&scale=1000
- Center on an asset in the map, for example, Hydrant #43141, with the scale set to 500 map units: https://explorer.arcgis.app?itemID=0c900ae2a1084d27b608233921ef1a84¢er=43141&scale=500
Rotate the map
Rotate the specified map between 0 and 360 degrees when the map is opened.
The following example link sets the map center and scale, and rotates the map 180 degrees:
Open the map in markup mode
Open the specified map in markup mode.
The following example link opens the map in markup mode:
View a bookmark
View the location specified by a bookmark from the map.
The following example link opens the map to a bookmark named Centennial Park:
https://explorer.arcgis.app?itemID=0c900ae2a1084d27b608233921ef1a84&bookmark=Centennial+Park
Search in a map
Search for an address, place, or asset in the map.
The following are examples:
- Search for an address: https://explorer.arcgis.app?itemID=15c3a41bc01e4f8b9922736f3c194c29&search=899+Aurora+Ave,+Naperville,+Illinois
- Search for a place from the geocoder: https://explorer.arcgis.app?itemID=15c3a41bc01e4f8b9922736f3c194c29&search=Gas+Station
- Search for an asset in the map, for example, Hydrant #43141: https://explorer.arcgis.app?itemID=0c900ae2a1084d27b608233921ef1a84&search=43141
Mobile device management
Mobile device management (MDM) refers to software used for the administration of mobile devices in an organization. An MDM is used to enhance data and network security as well as to set and enforce mobile device policies. Additionally, using an MDM increases the efficiency of app deployments and management for mobile devices, including controlling how and when an app is updated. To learn more about how Esri approaches MDM, see ArcGIS Secure Mobile Implementation Patterns in the ArcGIS Trust Center.
When preparing to deploy Explorer to your organization's mobile devices via MDM, there are some application and profile settings you may want to configure. These include the portal URL and per-app VPN settings.
Caution:
If you're using an Android device, Chrome or another browser must be installed and enabled to display the portal sign-in screen.
Explorer app configuration
App configuration (also referred to as AppConfig) refers to a format for providing application settings such as portal URL, among others. Instead of configuring these settings manually each time a mobile app is installed, you can use your MDM to specify and apply app configurations automatically. These settings are defined as a dictionary of key-value pairs in an XML file. How the dictionary is created depends on the MDM you're using. To learn more about app configuration, visit the AppConfig Community.
Explorer has the following settings that can be implemented with app configuration in your MDM:
Key | Value | Notes |
---|---|---|
portalURL Caution:Android and iOS only. | Your organization's portal URL |
|
Per-app virtual private network
Configuring a per-app virtual private network (per-app VPN) in your MDM allows you to restrict access to internal resources to specific managed apps. Explorer can be deployed with this configuration. To set up per-app VPN for use with Explorer, please see the software documentation for the MDM you are using.
Caution:
If you're on iOS and using ArcGIS Online or ArcGIS Enterprise 10.6.1 or later, Safari is used to display the portal sign-in screen in Explorer. For this to work correctly with a per-app VPN enabled, your portal domain (for example, mycompany.com) must be specified in the Safari Domains setting in the per-app VPN profile you're using. If Safari Domains is not set correctly, the assigned mobile devices cannot access the Explorer portal sign-in screen.
When you set a Safari Domain in the per-app VPN profile as described above, the Safari Browser app can also access the portal domain you specified in the Safari Domains. If you want to block this access, configure an iOS Restriction (if available in your MDM) to Block Safari Browser App on the desired devices.
After you've configured the per-app VPN settings for Explorer in your MDM, when the app is launched on a managed mobile device, it will automatically connect to the designated per-app VPN. When Explorer is running in the background, the per-app VPN is still connected, but only to Explorer. When Explorer is closed, the mobile device automatically disconnects from the per-app VPN.