altitude property

Future<double?> altitude

Implementation

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