getPosition method

Future<NLatLng> getPosition()

Implementation

Future<NLatLng> getPosition() async {
  return _getAsyncWithCast(_positionName, NLatLng._fromMessageable);
}