alignNorthUp method

void alignNorthUp({
  1. GemAnimation? animation,
})

Set the map north-up oriented.

Parameters

  • IN animation Specifies the animation to be used by the operation.

Throws

  • An exception if it fails.

Implementation

void alignNorthUp({final GemAnimation? animation}) {
  objectMethod(_pointerId, 'MapView', 'alignNorthUp', args: animation);
}