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

Wire up user location API to iOS SDK #53

Closed
tobrun opened this issue Mar 30, 2019 · 1 comment
Closed

Wire up user location API to iOS SDK #53

tobrun opened this issue Mar 30, 2019 · 1 comment
Labels
Milestone

Comments

@tobrun
Copy link
Collaborator

tobrun commented Mar 30, 2019

Add iOS integration for user location:

Flutter API is exposed as a flag to show the user location and an enum to define how the location impacts the camera (listed below).

/// The camera mode, which determines how the map camera will track the rendered location.
enum MyLocationTrackingMode {
  None,
  Tracking,
  TrackingCompass,
  TrackingGPS,
}
@tobrun tobrun added the ios label Mar 30, 2019
@tobrun tobrun added this to the v0.0.4 milestone Mar 30, 2019
@tobrun tobrun modified the milestones: v0.0.4, v0.0.5 Nov 10, 2019
@tobrun
Copy link
Collaborator Author

tobrun commented Nov 17, 2019

done in #76

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

No branches or pull requests

1 participant