|
POST
|
Did you configure the locator on line 238 to point to your own locator service? (a.k.a., the R.string.geocode_url)?
... View more
10-05-2016
10:30 AM
|
1
|
7
|
2728
|
|
POST
|
Hello nita14 I suggest that you contact your local esri distributor to log an enhancement request in addition to logging an enhancement request through the ideas website. Thanks, Alexander
... View more
09-30-2016
06:31 AM
|
0
|
0
|
1469
|
|
POST
|
I do not believe that exists within our API. What will happen, is when you pan the map, new features should be displayed since new queries should be run on every map pan. Therefore, you do not need to refresh when new data is added from online if you are panning the map.
... View more
09-29-2016
05:20 AM
|
1
|
2
|
1469
|
|
POST
|
If you are using API 23 or greater, you need to specify Runtime permissions in order to download to external storage. Have you done this?
... View more
09-29-2016
05:15 AM
|
1
|
1
|
1408
|
|
POST
|
Which version are you working with? I can test in-house to see if I can reproduce.
... View more
09-28-2016
11:48 AM
|
0
|
2
|
1742
|
|
POST
|
aclockwork orangutan The map url that you shared was secured, so first things first, you would either need to share the map publicly or would need to do some sort of authentication within your app. Second, I am assuming that you are working with API 10.2.8 and not the quartz api. If you look at the MapView documentation, you should see that your url should look something like the one provided in this XML declaration: MapView | ArcGIS Android 10.2.8 API <!-- MapView that will fill your device screen with the "Washington, DC" hosted on ArcGIS.com. -->
<com.esri.android.map.MapView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
url="http://www.arcgis.com/home/webmap/viewer.html?webmap=e229d715f7ca4fa980308549fb288165"/> In the URL, you would put the URL of your map which would look something similar except maybe it would start with: "https://decotours.maps.arcgis.com/..." Finally, - According to official documentary the map must be on a Map Server, does this mean I may have to pay money to host map. When you use ArcGIS Online in an organizational account like you have, you should be fine with uploading your data to ArcGIS Online and hosting it there. ArcGIS Online will host your data in a MapServer instance (I believe). I hope this helps! I look forward to your response.
... View more
09-26-2016
12:29 PM
|
1
|
0
|
652
|
|
POST
|
Are you able to see this on multiple devices? Is this occurring across multiple Android versions?
... View more
09-22-2016
05:38 AM
|
0
|
0
|
1728
|
|
POST
|
While untested, I believe that the setMaxExtent() method may give you the right answer: MapView | ArcGIS Android 10.2.8 API The documentation says the following: Sets the boundary extent of the map. The boundary extent imposes an restriction on the viewable area of the map. The center of the map can not go beyond boundary extent when you navigate the map. I hope this helps!
... View more
09-22-2016
05:19 AM
|
1
|
0
|
688
|
|
POST
|
From the API reference: public boolean GeodatabaseFeatureTable.hasAttachments() Returns true if the table supports attachments. Returns true if the table supports attachments, false otherwise. GeodatabaseFeatureTable | ArcGIS Android 10.2.8 API I hope this helps!
... View more
09-22-2016
05:16 AM
|
0
|
4
|
1742
|
|
POST
|
Do any of your layers have a transparency applied to them?
... View more
09-19-2016
05:38 AM
|
0
|
2
|
1728
|
|
POST
|
Yes, there are several ways you can do this. One way that comes to mind is to just hard code the values themselves. There may be other ways which are better suited for your needs but based upon the way you phrased the question and the limited information provided, I think this might best suite your application.
... View more
09-16-2016
10:40 AM
|
0
|
0
|
562
|
|
POST
|
What libraries are you using in your project? I have seen some similar behavior when multidex is not being used and/or a 64 bit (I think 64 bit) library is used. I look forward to your response.
... View more
09-15-2016
08:21 AM
|
0
|
1
|
1012
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-15-2014 03:16 PM | |
| 1 | 01-06-2015 03:33 PM | |
| 1 | 12-02-2014 10:47 AM | |
| 1 | 07-15-2014 03:31 PM | |
| 1 | 09-23-2014 03:59 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:24 AM
|