Skip to content

Commit 62b9782

Browse files
committed
formatting patches
1 parent a634741 commit 62b9782

File tree

4 files changed

+5
-20
lines changed

4 files changed

+5
-20
lines changed

display-map-from-mobile-map-package/README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,6 @@ When the sample opens, it will automatically display the map in the mobile map p
2424
* MapView
2525
* MobileMapPackage
2626

27-
## Offline data
28-
29-
The sample app will use the `sampleslib` to provision offline data automatically. Alternatively, load the offline data to the scoped storage of the sample app:
30-
31-
1. Download the data from [ArcGIS Online](https://www.arcgis.com/home/item.html?id=e1f3a7254cb845b09450f54937c16061).
32-
2. Open your command prompt and navigate to the folder where you extracted the contents of the data from step 1.
33-
3. Push the data into the scoped storage of the sample app:
34-
35-
```kotlin
36-
adb push Yellowstone.mmpk /Android/data/com.esri.arcgismaps.sample.displaymapfrommobilemappackage/files/Yellowstone.mmpk
37-
```
38-
3927
## About the data
4028

4129
This mobile map package shows points of interest within Yellowstone National Park. It is available for download [here on ArcGIS Online](https://arcgisruntime.maps.arcgis.com/home/item.html?id=e1f3a7254cb845b09450f54937c16061).

display-map-from-mobile-map-package/README.metadata.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@
1414
"MobileMapPackage"
1515
],
1616
"language": "kotlin",
17-
"provision_from": [
18-
"https://www.arcgis.com/home/item.html?id=e1f3a7254cb845b09450f54937c16061"
19-
],
20-
"provision_to": [
21-
"/Yellowstone.mmpk"
22-
],
2317
"redirect_from": [
2418
"/android/latest/sample-code/open-mobile-map-package.htm"
2519
],

display-map/README.metadata.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"map"
1212
],
1313
"language": "kotlin",
14+
"redirect_from": [
15+
"/android/latest/sample-code/display-map.htm"
16+
],
1417
"relevant_apis": [
1518
"ArcGISMap",
1619
"BasemapStyle",

version.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ ext {
33
compileSdkVersion = 33
44
minSdkVersion = 26
55
targetSdkVersion = 33
6-
versionCode = 10015000
7-
versionName = '100.15.0.0'
6+
versionCode = 2000000
7+
versionName = '200.0.0'
88
// library versions
99
kotlinVersion = '1.7.10'
1010
ktxLifecycle = '2.5.1'

0 commit comments

Comments
 (0)