Location from Global Properties or Custom Function?

Actions & Logic

Which is best - getting location from Global properties or using a custom function?

In my custom function I use;

 Position position = await Geolocator.getCurrentPosition(
      desiredAccuracy: LocationAccuracy.high);

What accuracy is the location that comes from Global properties?

Which is faster?

Do either subscribe to GPS updates?

What have you tried so far?

Reading all of the docs and random experiments.

Did you check FlutterFlow's Documentation for this topic?
No
1
1 reply