We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Define objects that carry precision and accuracy values for module content elements. Depends on Context Request.
1.2
[Grab this text and insert the use cases you have in mind here]
Depend on the use cases
100%
JSON
{ "precision": { "position": { "lat": 0.00002, "lon": 0.00002, "h": 2.0 } }, "accuracy": { "position": { "lat": 0.00005, "lon": 0.00005, "h": 15.0 } }, "position": { "lat": 45.6789012345, "lon": -12.34566, "h": 1357.9 }, "position": { "lat": 45.6799012345, "lon": -12.34564, "h": 1357.9 }, "position": { "lat": 45.6809012345, "lon": -12.34562, "h": 1357.9 } }
[Grab this text and insert the description and links to here]
[Grab this text and insert the references here]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Define objects that carry precision and accuracy values for module content elements. Depends on Context Request.
Target Version
1.2
Use Cases
[Grab this text and insert the use cases you have in mind here]
Requirements
Depend on the use cases
Backward Compatibility
100%
Encoding
JSON
Examples
{
"precision": {
"position": {
"lat": 0.00002,
"lon": 0.00002,
"h": 2.0
}
},
"accuracy": {
"position": {
"lat": 0.00005,
"lon": 0.00005,
"h": 15.0
}
},
"position": {
"lat": 45.6789012345,
"lon": -12.34566,
"h": 1357.9
},
"position": {
"lat": 45.6799012345,
"lon": -12.34564,
"h": 1357.9
},
"position": {
"lat": 45.6809012345,
"lon": -12.34562,
"h": 1357.9
}
}
Demos
[Grab this text and insert the description and links to here]
References
[Grab this text and insert the references here]
The text was updated successfully, but these errors were encountered: