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

Widget Enlightenment #17

Closed
ljfreelancer88 opened this issue Jan 12, 2018 · 1 comment
Closed

Widget Enlightenment #17

ljfreelancer88 opened this issue Jan 12, 2018 · 1 comment

Comments

@ljfreelancer88
Copy link

Hi, newbie here using flutter. I just want some enlightenment on this widget/module. Because I'm planning to create a map where i call "loop all lat & lng from Firebase" w/ marker, and when i click one of those marker, a modal will pop-up and show the Name of that person.

Here are the things that i want to know.
(1) Is this something like Geolocation Watch?
(2) How to add marker if possible.
(3) Any documentation how to loop json fetch from Firebase or to make it short, a manual on how to use it.

Thank You.

@avioli
Copy link

avioli commented Mar 1, 2018

It is similar to the browser's navigator.geolocation.watchPosition and navigator.geolocation.getCurrentPosition.

As navigator.geolocation doesn't do markers - this doesn't either.

Sorry, but probably no-one here will help you with how to work with Firebase, nor how to decode and parse your JSON. For these - read the documentation on both Firebase's website and re JSON - on Flutter/Dart. They are very good and elaborate. The Firebase package for Flutter has a good example how to decode your JSON.

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

No branches or pull requests

3 participants