isFollowingPosition property
Returns true if the camera is following the current real/simulated position and false otherwise.
Returns
- True if the map is currently following the current position.
Implementation
bool get isFollowingPosition {
final OperationResult resultString =
objectMethod(_pointerId, 'MapView', 'isFollowingPosition', args: true);
return resultString['result'];
}