Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
550 views
in Technique[技术] by (71.8m points)

geolocation - how can i get a streamed location in flutter using Geofire

I have a code to get a user location from firebase using geofire below:

Geofire.initialize("usersLocation"); 
Map<String, dynamic> response = await Geofire.getLocation("3");
print(response)

but I want to stream this location as the location is been updated as the other user moves. I want to get the location continuously. Thanks in advance.

question from:https://stackoverflow.com/questions/65885422/how-can-i-get-a-streamed-location-in-flutter-using-geofire

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...