Maybe someone knows how to solve these three tasks

1168
6
06-02-2017 05:00 AM
JohnMcoy
New Contributor III

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.

0 Kudos
6 Replies
AlexanderNohe1
Occasional Contributor III
  1. In regards to moving points from Stream Service layer, do you mean to another layer type?  This might be better handled by the GeoEvent‌ community.
  2. Someone in Esri created a sample for this. I will have to see if I can find it.
  3. This could be used to track a persons location passively.  It will only retrieve their location when another app requests it.  As a warning, this has not been optimized for Android O which requires that a notification be present in the notification bar to let the user know their location is being tracked. developer-support/runtime-android/passive-location-retrieval at master · Esri/developer-support · Gi... 
AlexanderNohe1
Occasional Contributor III
0 Kudos
JohnMcoy
New Contributor III

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

0 Kudos
AlexanderNohe1
Occasional Contributor III

At this time, there are no samples for version 100.  You would need to convert the 10.2.9 version to version 100.

0 Kudos
DanO_Neill
Occasional Contributor III

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.  

JohnMcoy
New Contributor III

Thanks for reply Dan.

LocalGeofence sample is for 10.2.9 Android Runtime version. I need this for Quartz... Some classes are not available.

0 Kudos