altitude property

Future<double?> altitude

Implementation

Future<double?> get altitude {
  return kMethodChannel.invokeMethod(
      'android.location.Location::getAltitude', {'__this__': this});
}