longitude property

Future<double?> longitude

Implementation

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