horizontalAccuracy property

Future<double?> horizontalAccuracy

Implementation

Future<double?> get horizontalAccuracy {
  return kCLMethodChannel
      .invokeMethod('CLLocation::get_horizontalAccuracy', {'__this__': this});
}