longitude property

Future<double?> longitude

Implementation

Future<double?> get longitude {
  return kCLMethodChannel.invokeMethod(
      'CLLocationCoordinate2D::get_longitude', {'__this__': this});
}