latitude property

Future<double?> latitude

Implementation

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