Skip to content
New issue

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

Added support to capture timestamp #99

Merged
merged 1 commit into from
Sep 10, 2018

Conversation

mvanbeusekom
Copy link
Member

✨ What kind of change does this PR introduce? (Bug fix, feature, docs update...)

Feature

⤵️ What is the current behavior?

Currently the returned Position instance doesn't contain a timestamp indicating when the position was determined.

🆕 What is the new behavior (if this is a feature change)?

This PR adds a timestamp to the Position instance

💥 Does this PR introduce a breaking change?

No

🐛 Recommendations for testing

Run the example application (timestamp is shown on the location stream page):

# change into the example folder
cd example
# run the example app
flutter run

📝 Links to relevant issues/docs

🤔 Checklist before submitting

  • All projects build
  • Follows style guide lines (code style guide)
  • Relevant documentation was updated
  • Rebased onto current develop

@mvanbeusekom mvanbeusekom added this to the 1.6.6 milestone Sep 10, 2018
@mvanbeusekom mvanbeusekom merged commit 3faf641 into develop Sep 10, 2018
@mvanbeusekom mvanbeusekom deleted the feature/include_timestamp branch September 10, 2018 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GPS Timestamp in Position
2 participants