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

走ったコースを地図上に描画する #225

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

Yamakatsu63
Copy link
Contributor

@Yamakatsu63 Yamakatsu63 commented Jul 20, 2021

バックログアイテムの情報

#84

作成者:@Yamakatsu63

タスク

  • GoogleMapsFlutterを使って地図を表示する
  • 現在地にピンを立てる
  • 現在地を中心にカメラを移動させる
  • 1秒ごとの緯度経度を配列に保存して、地図上に描画する

テスト

  • エミュレータで位置を動かして経路が描画されるか確認する
    • iOS
    • Android
  • 実機でアプリ起動時に経路が描画されるか確認する
    • iOS
    • Android

@Yamakatsu63
Copy link
Contributor Author

実機ではアプリ起動時はうまく動作します。
バックグラウンド時には位置情報を配列に格納できていないので、アプリを開いたときに最終起動位置から現在地までの直線が描画されます。

@tyanio tyanio linked an issue Jul 20, 2021 that may be closed by this pull request
@TakedaHiroki
Copy link
Contributor

現状以下のエラーに対応したらアプリが落ちるようになった
https://qiita.com/hiyashikyuri/items/3eb149877265fab48253

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.

走ったコースが見れる
3 participants