setNorthFixedFlag property

  1. @Deprecated('Use northFixedFlag instead')
set setNorthFixedFlag (bool isNorthFixed)

Set the value of the NorthFixed flag.

Parameters

  • IN isNorthFixed The NorthFixed flag value

Throws

  • An exception if it fails

Implementation

@Deprecated('Use northFixedFlag instead')
set setNorthFixedFlag(final bool isNorthFixed) {
  objectMethod(
    _pointerId,
    'MapViewPreferences',
    'setNorthFixedFlag',
    args: isNorthFixed,
  );
}