satellites property

  1. @Deprecated('not used anymore')
int? satellites
final

The number of satellites used to derive the fix. Only available on Android https://developer.android.com/reference/android/location/Location#getExtras()

Implementation

@Deprecated('not used anymore')

/// The number of satellites used to derive the fix.
/// Only available on Android
/// https://developer.android.com/reference/android/location/Location#getExtras()
final int? satellites;