lat_compass

Last updated:

0 purchases

lat_compass Image
lat_compass Images
Add to Cart

Description:

lat compass

lat_compass #

A compass that provides true north and magnetic north
It is based on data provided by the Android and iOS platforms
See the example app for more details
Getting started #
dependencies:
lat_compass: ^1.1.0
copied to clipboard
Android #
For Android, you need to have location information to calculate true north
Use an external plugin like Permission_handler to request location permission
The plugin will get the location permission on its own and stream the true north when it receives the location information
(Note that until location information is received, true north and magnetic north are the same)
Usage #
LatCompass().onUpdate.listen((event) {
event.magneticHeading;
event.trueHeading;
event.accuracy;
})
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.