Android:Test Geofence for other user in same application -
Android:Test Geofence for other user in same application -
in application have alert user when other person enters in geofence circular area.
for improve understanding: want alert parent uses application kid has reached @ home.
here saved kid location data(updated in every 1 min) in server.
i understand little how check if user within circular area geofence documentation. unable understand how server data. read mock location not sure how start. think problem understandable little others.
is did app. please help suggestions , examples.
not sure, seems geofence family(updates coming server) location. if application used total family, can below.
use same geofence request/response family member's location data.
//save geofence info same before //here id=server_id, latitude=server_latitude, longitude=server_longitude //and radious=server_radious simplegeofence fences = new simplegeofence(id, latitude, longitude, radious, 50000000, geofence.geofence_transition_enter | geofence.geofence_transition_exit);
when family fellow member reaches/leaves circle, geofence working in his/her device(in app) observe area , send message(use message in place of notification) want.
android android-geofence
Comments
Post a Comment