latitude property

Future<double?> latitude

Implementation

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