stopTrackPositions method

GemError stopTrackPositions()

Stop the improved position tracking visualization.

Returns

Also see:

Implementation

GemError stopTrackPositions() {
  final OperationResult resultString = objectMethod(
    _pointerId,
    'MapViewExtensions',
    'stopTrackPositions',
    dependencyId: _mapControllerId,
  );

  return GemErrorExtension.fromCode(resultString['result']);
}