Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

is it possible ? #3

Open
bigbossmaher opened this issue Jul 12, 2017 · 3 comments
Open

is it possible ? #3

bigbossmaher opened this issue Jul 12, 2017 · 3 comments

Comments

@bigbossmaher
Copy link

i made an android application for Parkings in my country.
i added this plugin to my app to add a feature that the user can be notified when he is close to the parking and he is asked to tell us how much the parking is full ( 0 % / 25 % / 50 % etccc )

when i tried the plugin with a small raduis ( 50 meters for exemple ) in geofence ,i noticed that it not too relible and no working every time .
so i'm trying to make a solution of this please tell me if it is possible or not .
i will add geofences with app with 100 meters raduis. and i will modify the TransitionReceiver.java to make some tasks before the sending the notification to the user
==> i will check the distance between the the parking ( Geofence coords ) and the the current position if it is less then 50 meters so send the notification if not make nothing.

with this solution i will be sure that the notifications will appear only when the distance betwen geofences and current position is 50 meters or less .
can you please it can work or not ?

@Chuckytuh
Copy link
Collaborator

Hi @bigbossmaher the problem of using geofences for that application is that the resolution may not by that high. Please do check the oficial documentation for Android and iOS regarding geofences.

FYI https://stackoverflow.com/a/27132396

@bigbossmaher
Copy link
Author

bigbossmaher commented Jul 21, 2017

do you have any suggestion to reselve this issue?

@bigbossmaher
Copy link
Author

what do you mean by Works with the Application closed;
in readme.md

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants