Hello ArcGIS Runtime community.
Maybe someone knows how to solve these three tasks and has examples:
GeoEvent - moving points from Stream service layer.
Local geofencing - for example if point comes to polygon, user gets notification about it, if he left the polygon, he gets notification again.
Tracking simulator - something like this (Track current location | ArcGIS API for JavaScript 4.3 ) But I need this for android runtime.
It would be very helpful.
Here is the sample of the local geofence built by Dan O'Neill
https://github.com/Esri/arcgis-runtime-demos-android/tree/master/2016-DS/LocalGeofence
Hi, thanks for reply, yeah, but this version for Android Runtime 10.2.9 version. I need for 100.0.0 (QUARTZ). I can`t find any sample... Could you help me with that ? I would be very grateful
At this time, there are no samples for version 100. You would need to convert the 10.2.9 version to version 100.
Currently we don't support GeoEvent stream services in the Android SDK, we are looking to support in a future version. I did notice that Lynn Carlson, GISP references some success with Android in this post, maybe they can help.
Thanks for reply Dan.
LocalGeofence sample is for 10.2.9 Android Runtime version. I need this for Quartz... Some classes are not available.