simple_bg_location library

Classes

AndroidResource
Information for Android resource.
BackgroundPermissionRationale
Android Only Explain why you need background location permission
ForegroundNotificationConfig
(Android only) The Android operating system requires a persistent notification when running a foreground service.
Position
Contains detailed location information.
PositionError
The error happened when getPositionStream
RequestSettings
The RequestSetting for Android.
SBGLState
SimpleBgLocation

Enums

LocationAccuracy
LocationAccuracyPermission
Represent permission of location accuracy is approved
LocationPermission
Represent the possible location permissions.

Exceptions / Errors

InvalidAccuracyPermissionException
An exception thrown when trying to convert a unknown accuracy permission into the LocationAccuracyPermission enum.
InvalidLocationAccuracyException
An exception thrown when trying to convert a unknown accuracy into the LocationAccuracy enum.
InvalidPermissionException
An exception thrown when trying to convert a unknown permission into the LocationPermission enum.
LocationServiceDisabledException
An exception thrown when trying to access the device's location information while location service is disabled.
PermissionDefinitionsNotFoundException
An exception thrown when the required platform specific permission definitions could not be found (e.g. in the AndroidManifest.xml file on Android or in the Info.plist file on iOS).
PermissionDeniedException
An exception thrown when trying to access the device's location information while access is denied.