-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Semantics of the absence of 'maxAge' #184
Comments
Another option would be to set the minimum for |
It could also be possible to use the parameter differently:
|
Thank you, @alpaycetin74 |
It seems that makes sense to set the minimum for |
Hello |
@alpaycetin74 @jlurien
agreed? |
@bigludo7
I think the 'UNKNOWN' response would apply in your scenario. |
Hello, sorry for not responding earlier. In this case the result should be "unknown", I believe. |
@javier-carrocalabor @alpaycetin74 |
Problem description
Regarding the usage of 'maxAge' parameter, we have use cases where "real-time" location is needed instead of an x-secs old location. Since 'maxAge' has a minimum value of 60 secs, using 'maxAge' is not a good way for a client to ask for such "real time" location verification.
Our proposal is that not including the 'maxAge' parameter in the request (as it is optional) means that the client is requesting a verification of the "real time" location. I saw the same type of proposal in this issue, but there were no more explicit mentions to it in the maxAge issue. So, ¿is this the original meaning of not including 'maxAge' in the request?.
In the case of real-time verification is requested in this way and it is not available, an 'UNKNOWN' response would be returned and a 'lastLocationTime' could be added if available.
For us it is very important to be able to meet this kind of real-time requirement and, doing in this way, both requirements (real-time without 'maxAge' and lastKnownLocation using 'maxAge') could be met.
Expected action
Alignment in the semantics of the spec definition.
The text was updated successfully, but these errors were encountered: