|
POST
|
Hello Artur Rybak, I am going to test this on my Nexus 5X and let you know the results. I am assuming that you are using 10.2.8? Thanks, Alexander
... View more
06-29-2016
08:17 AM
|
0
|
0
|
4350
|
|
POST
|
It really depends on how you want to find the hospitals as well... You can do it based off of network analysis: Closest Facilities | ArcGIS for Developers Or use a query task and pass the envelope. Query Task | ArcGIS for Developers
... View more
06-29-2016
06:42 AM
|
0
|
2
|
2076
|
|
POST
|
You could use the Find Nearest GP tool and the Geoprocessor class in Android: Find Nearest—ArcGIS REST API: Spatial Analysis Service | ArcGIS for Developers Geoprocessor | ArcGIS Android 10.2.8 API
... View more
06-28-2016
05:47 AM
|
0
|
4
|
2076
|
|
POST
|
Do you have the data for hospitals? How many hospitals do you want to find? How large of a search area do you want to have from your current location?
... View more
06-27-2016
06:35 AM
|
0
|
6
|
2076
|
|
POST
|
Hey Kerry Halligan, I did some research of this on my end and found that this query seemed to work best for me. The date field in my table is SuperDate and then I compared it to what we would expect the date format to be: qp.setWhere("date(SuperDate) > date('2046-05-05')"); This would follow the format of how SQLite tables query for date. More information on how to format a Date query against a SQLite database can be found here: SQLite Query Language: Date And Time Functions Does this help? EDIT: You may also want to move this discussion to the Android Runtime SDK section of the site. I am not sure on how to do this but maybe power user, Dan Patterson, remembers how to. Right below the magnifying glass is an option called "Actions". If you click that you should see an option to move and from there you can move it to the Runtime SDK for Android section of GeoNet.
... View more
06-23-2016
05:36 AM
|
1
|
1
|
1521
|
|
POST
|
Hello Hari Narayana Pochiraju, I am going to make the assumption that you are generating the token through ArcGIS Online and not ArcGIS Server. The referer string that is either the name of the application consuming the secure service or any other client identification string that is appropriate for the application. It is required that the referer string that was used to generate the token be supplied to this method. What happens when you set this as the referrer: https://www.arcgis.com
... View more
06-21-2016
05:26 AM
|
1
|
0
|
953
|
|
POST
|
Can you please share your error message? I only see the method call that you are making.
... View more
06-21-2016
04:43 AM
|
0
|
2
|
983
|
|
POST
|
This would need to be implemented on your end via pure Android. What you could do is show a toast or a notification in the notification bar while the app is loading. Then when it has loaded, remove the toast or remove the notfication/show a check mark instead. You can set the OnStatusChangedListener of your MapView to show the Toast or notification while OnStatusChangedListener.STATUS != INITIALIZED. You should check the following documentation for more information: MapView | ArcGIS Android 10.2.8 API https://developer.android.com/reference/android/support/v4/app/NotificationCompat.Builder.html Toasts | Android Developers
... View more
06-20-2016
07:03 AM
|
0
|
2
|
1625
|
|
POST
|
Hi simon dedjo, Glad to hear! Would you please mark my answer as correct?
... View more
06-20-2016
06:57 AM
|
0
|
0
|
1558
|
|
POST
|
I believe what you want to do is set the autopan mode using a constant from the following API Reference page: LocationDisplayManager.AutoPanMode | ArcGIS Android 10.2.8 API
... View more
06-18-2016
09:30 AM
|
1
|
2
|
1558
|
|
POST
|
I see what you are doing. I am going to work with my colleagues on addressing this.
... View more
06-18-2016
09:28 AM
|
0
|
0
|
1758
|
|
POST
|
I cannot reproduce with your service and the runtime sample. I was adding and deleting points both online and locally while opening and closing the app.
... View more
06-16-2016
12:31 PM
|
0
|
2
|
1758
|
|
POST
|
Hey Aaron Dick Just wanted to confirm. You wanted me to test out: https://services3.arcgis.com/cLHDcAMZcbfKAqyY/ArcGIS/rest/services/R6_RO_Park_Features/FeatureServer In the ArcGIS Runtime Sample?
... View more
06-16-2016
12:00 PM
|
0
|
4
|
1758
|
|
POST
|
Awesome! Glad that helped! You may want to visit the Early Adopter community as well for more direct feedback with the development team. ArcGIS Runtime SDK for Xamarin
... View more
06-16-2016
08:55 AM
|
0
|
0
|
2927
|
|
POST
|
I see what you are asking. It is a static method so it would be something more like this: _mappackage = await MobileMapPackage.OpenAsync("D:\\Source code\\Data\\Test.mmpk");
... View more
06-16-2016
08:46 AM
|
1
|
2
|
2927
|
| 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
|